PAGERDUTY_GET_ALERT_GROUPING_SETTINGS
Retrieves the current alert grouping settings for the PagerDuty account. This endpoint provides information on how alerts are automatically grouped together in the incident management system. It should be used when you need to understand or audit the current configuration for alert grouping, which can impact how incidents are organized and presented to responders. The endpoint returns the global settings that apply across the account, but it does not provide information about service-specific alert grouping rules or real-time grouping status of active incidents. This information is crucial for administrators managing large-scale incident response processes or when troubleshooting alert noise issues.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"after": {
"type": "string",
"title": "After",
"description": "Cursor to retrieve next page; only present if next page exists."
},
"limit": {
"type": "integer",
"title": "Limit",
"description": "The number of results per page."
},
"total": {
"type": "boolean",
"title": "Total",
"default": false,
"description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information. "
},
"before": {
"type": "string",
"title": "Before",
"description": "Cursor to retrieve previous page; only present if not on first page."
},
"service__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Service Ids",
"description": "An array of service IDs. Only results related to these services will be returned. "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty