Get details about an existing team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the API Concepts Document.
External DocumentationTo learn more, visit the PagerDuty documentation.

Parameters

ParameterDescription
IncludeArray of additional Models to include in response.
Team IDThe ID of the team to get details on.

Example Output

{
	"summary": "Response Example",
	"value": {
		"team": {
			"default_role": "observer",
			"description": "All engineering",
			"html_url": "https://subdomain.pagerduty.com/teams/PQ9K7I8",
			"id": "PQ9K7I8",
			"name": "Engineering",
			"self": "https://api.pagerduty.com/teams/PQ9K7I8",
			"summary": "Engineering",
			"type": "team"
		}
	}
}

Workflow Library Example

Get Team with Pagerduty and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop