list_alert_grouping_settings
Retrieve alert grouping settings for PagerDuty services, with optional filtering by service IDs and pagination support.
Instructions
List all alert grouping settings with optional filtering.
Args:
service_ids: An array of service IDs. Only results related to these services will be returned.
limit: The number of results per page. Default 1000.
after: Cursor to retrieve next page.
before: Cursor to retrieve previous page.
total: Set to True to include total count in response.
Returns:
List of alert grouping settings matching the query parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| total | No | ||
| before | No | ||
| service_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |