list_services
Retrieve a list of PagerDuty services, optionally filtered by name or team IDs, with a configurable result limit.
Instructions
List all services.
Args:
query: Filter by name
teams_ids: Filter by team IDs
limit: Max results to return
Returns:
List of services matching the query parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| teams_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |