list_teams
Retrieve and filter teams in your PagerDuty account using a search query. Returns metadata and a list of teams matching criteria for effective team management.
Instructions
List teams in your PagerDuty account.
Args: query (str): Filter teams whose names contain the search query (optional)
Returns: Dict[str, Any]: Dictionary containing metadata (count, description) and a list of teams matching the specified criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No |