Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
alert_group found by slug
Retrieves a specific alert group by id
curl --request GET \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d692e5f6-a486-48bf-abbb-94a5d6ae88d6",
"type": "alert_groups",
"attributes": {
"name": "123 test group",
"slug": "123-test-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"deleted_at": null,
"created_at": "2025-11-06T13:17:32.424-08:00",
"updated_at": "2025-11-06T13:17:32.424-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "a691ac25-2be1-41e8-a886-2514012396cb",
"alert_group_id": "d692e5f6-a486-48bf-abbb-94a5d6ae88d6",
"created_at": "2025-11-06T13:17:32.428-08:00",
"deleted_at": null,
"target_id": "972cbb37-d422-4006-a48c-e48afd02e1a0",
"target_type": "Service",
"updated_at": "2025-11-06T13:17:32.428-08:00"
}
],
"attributes": []
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
alert_group found by slug
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d692e5f6-a486-48bf-abbb-94a5d6ae88d6",
"type": "alert_groups",
"attributes": {
"name": "123 test group",
"slug": "123-test-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"deleted_at": null,
"created_at": "2025-11-06T13:17:32.424-08:00",
"updated_at": "2025-11-06T13:17:32.424-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "a691ac25-2be1-41e8-a886-2514012396cb",
"alert_group_id": "d692e5f6-a486-48bf-abbb-94a5d6ae88d6",
"created_at": "2025-11-06T13:17:32.428-08:00",
"deleted_at": null,
"target_id": "972cbb37-d422-4006-a48c-e48afd02e1a0",
"target_type": "Service",
"updated_at": "2025-11-06T13:17:32.428-08:00"
}
],
"attributes": []
}
}
}