Overview
Theget_alert_grouping_setting tool retrieves detailed information about a specific alert grouping setting, including its configuration, type, and associated services.
This is a read-only tool that does not modify any data in your PagerDuty account.
Parameters
The unique identifier of the alert grouping setting to retrieve.Example:
"PAGRSET1"Response
Returns a detailed alert grouping setting object.The unique identifier of the alert grouping setting
The type of alert grouping configuration. Options:
content_based- Group alerts by matching specific field valuescontent_based_intelligent- Intelligent grouping combined with field matchingintelligent- AI-powered intelligent alert groupingtime- Group alerts within a time window
A short-form name suitable for labeling the alert grouping setting
A description providing additional information about the alert grouping setting
The configuration object containing settings specific to the grouping type.
Array of service references that this alert grouping setting applies to. Note:
content_based_intelligent type allows only one service.The ISO8601 date/time when the alert grouping setting was created
The ISO8601 date/time when the alert grouping setting was last updated
Example Usage
Use Cases
- Review configuration - Examine how alerts are grouped for specific services
- Troubleshoot grouping - Understand why alerts are or aren’t being grouped
- Compare settings - Analyze different grouping strategies across services
- Audit compliance - Verify grouping settings meet requirements
- Optimize performance - Review time windows and field matching
Response Example
Important Notes
- The
content_based_intelligenttype supports only one service per setting - Setting
time_windowto 0 uses the recommended time window calculated by PagerDuty - The
recommended_time_windowis calculated based on your service’s alert patterns - Field names in
fieldsmust match the structure of alerts sent to the service
Related Tools
- List Alert Grouping Settings - View all settings
- Create Alert Grouping Setting - Create a new setting
- Update Alert Grouping Setting - Modify this setting
- Delete Alert Grouping Setting - Remove this setting