get_teams
Retrieve PagerDuty teams by ID or filter by name using a search query and limit results. Supports efficient team management via structured API requests.
Instructions
Get PagerDuty teams by filters or get details for a specific team ID.
Args:
team_id (str): The team ID to retrieve (optional, cannot be used with any other filters).
query (str): Filter teams whose names contain the search query (optional). Not used if team_id
is provided.
limit (int): Limit the number of results returned (optional). Not used if team_id
is provided.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
query | No | ||
team_id | No |