get_teams
Retrieve PagerDuty teams by ID or filter results using name query and result limit, enabling efficient team management and data access.
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 |