get_teams
Retrieve PagerDuty teams filtered by name or ID. Get details for a specific team or list teams matching a query.
Instructions
Get PagerDuty teams by filters or get details for a specific team ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | The team ID to retrieve (optional, cannot be used with any other filters). | |
| query | No | Filter teams whose names contain the search query (optional). Not used if `team_id` is provided. | |
| limit | No | Limit the number of results returned (optional). Not used if `team_id` is provided. | |
| include | No | List of fields to include in the response. If specified, only these fields will be returned for each team |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||