list_teams
Retrieve a filtered list of PagerDuty teams by specifying scope (all or my teams), name query, and pagination limit.
Instructions
List teams based on the provided query model.
Args:
query_model: The model containing the query parameters
Returns:
List of teams.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |