get_services
Retrieve PagerDuty services by filters such as team ID, search query, or limit, or get details for a specific service ID.
Instructions
Get PagerDuty services by filters or get details for a specific service ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_id | No | The service ID to retrieve (optional, cannot be used with any other filters). | |
| current_user_context | No | Use current user's team IDs to filter (default: True). Not used if `service_id` is provided. | |
| team_ids | No | Filter results to only services assigned to teams with the given IDs (optional, cannot be used with current_user_context). Not used if `service_id` is provided. | |
| query | No | Filter services whose names contain the search query (optional). Not used if `service_id` is provided. | |
| limit | No | Limit the number of results (optional). Not used if `service_id` is provided. | |
| include | No | List of fields to include in the response. If specified, only these fields will be returned for each service |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||