Overview
AlertEvents
AlertGroups
AlertRoutingRules
AlertUrgencies
AlertSources
Alerts
Audits
Authorizations
CatalogEntities
CatalogEntityProperties
CatalogFields
Catalogs
[DEPRECATED] CustomFieldOptions
[DEPRECATED] CustomFields
CustomForms
DashboardPanels
Dashboards
Environments
EscalationPolicies
EscalationLevelsPolicies
EscalationLevelsPath
EscalationLevels
EscalationPaths
FormFieldOptions
FormFieldPlacementConditions
FormFieldPlacements
FormFieldPositions
FormFields
FormSetConditions
FormSets
Functionalities
WorkflowTasks
[DEPRECATED] WorkflowCustomFieldSelections
WorkflowFormFieldConditions
WorkflowGroups
WorkflowRuns
Workflows
Heartbeats
IncidentActionItems
[DEPRECATED] IncidentCustomFieldSelections
IncidentEventFunctionalities
IncidentEventServices
IncidentEvents
IncidentFeedbacks
IncidentFormFieldSelections
IncidentPermissionSetBooleans
IncidentPermissionSetResources
IncidentPermissionSets
IncidentRetrospectives
IncidentRetrospectiveSteps
IncidentRoleTasks
IncidentRoles
IncidentStatusPageEvents
IncidentSubStatuses
IncidentTypes
Incidents
- GETList incidents
- POSTCreates an incident
- GETRetrieves an incident
- PUTUpdate an incident
- DELDelete an incident
- PUTMitigate an incident
- PUTResolve an incident
- PUTCancel an incident
- PUTTriage an incident
- PUTRestart an incident
- PUTMark an incident as a duplicate
- POSTAdd subscribers to incident
- DELRemove subscribers from incident
- POSTAssign user to incident
- DELRemove assigned user from incident
IpRanges
LiveCallRouters
OnCallRoles
OnCallShadows
OverrideShifts
PlaybookTasks
Playbooks
RetrospectiveTemplates
RetrospectiveConfigurations
RetrospectiveProcessGroupSteps
RetrospectiveProcessGroups
RetrospectiveProcesses
RetrospectiveSteps
ScheduleRotationActiveDays
ScheduleRotationUsers
ScheduleRotations
Schedules
Services
Severities
StatusPageTemplates
StatusPages
SubStatuses
Teams
UserNotificationRules
WebhooksDeliveries
AlertGroups
Retrieves an alert group
AlertGroups
Retrieves an alert group
Retrieves a specific alert group by id
GET
/
v1
/
alert_groups
/
{id}
curl --request GET \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "fb02b0e6-6ed2-4f57-937d-744fad736c1d",
"type": "alert_groups",
"attributes": {
"name": "123 test group",
"slug": "123-test-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"deleted_at": null,
"created_at": "2025-03-19T17:35:40.112-07:00",
"updated_at": "2025-03-19T17:35:40.112-07:00",
"targets": [
{
"id": "5a1edeea-8935-407f-97b2-3ed723df7b17",
"target_type": "Service",
"target_id": "1d827a8c-5c74-4657-88ec-9309d6bd3972",
"alert_group_id": "fb02b0e6-6ed2-4f57-937d-744fad736c1d",
"deleted_at": null,
"created_at": "2025-03-19T17:35:40.115-07:00",
"updated_at": "2025-03-19T17:35:40.115-07:00"
}
],
"attributes": []
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/vnd.api+json
alert group found
Unique ID of the alert group
Available options:
alert_groups
The name of the alert group
The description of the alert group
The slug of the alert group
Grouping condition for the alert group
Time window for the alert grouping
Whether the alerts are grouped by title or not
Whether the alerts are grouped by urgency or not
Date of creation
Date of last update
Date or deletion
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "fb02b0e6-6ed2-4f57-937d-744fad736c1d",
"type": "alert_groups",
"attributes": {
"name": "123 test group",
"slug": "123-test-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"deleted_at": null,
"created_at": "2025-03-19T17:35:40.112-07:00",
"updated_at": "2025-03-19T17:35:40.112-07:00",
"targets": [
{
"id": "5a1edeea-8935-407f-97b2-3ed723df7b17",
"target_type": "Service",
"target_id": "1d827a8c-5c74-4657-88ec-9309d6bd3972",
"alert_group_id": "fb02b0e6-6ed2-4f57-937d-744fad736c1d",
"deleted_at": null,
"created_at": "2025-03-19T17:35:40.115-07:00",
"updated_at": "2025-03-19T17:35:40.115-07:00"
}
],
"attributes": []
}
}
}