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": "06f194f4-22f5-49e8-8d27-7a758b226fd2",
"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": "2026-01-23T14:16:24.517-08:00",
"updated_at": "2026-01-23T14:16:24.517-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "dd808e85-7473-4110-bc78-1392722e1d29",
"alert_group_id": "06f194f4-22f5-49e8-8d27-7a758b226fd2",
"created_at": "2026-01-23T14:16:24.519-08:00",
"deleted_at": null,
"target_id": "47497c94-e956-4298-bdd8-126f2d829a99",
"target_type": "Service",
"updated_at": "2026-01-23T14:16:24.519-08:00"
}
],
"attributes": []
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_groups/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "06f194f4-22f5-49e8-8d27-7a758b226fd2",
"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": "2026-01-23T14:16:24.517-08:00",
"updated_at": "2026-01-23T14:16:24.517-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "dd808e85-7473-4110-bc78-1392722e1d29",
"alert_group_id": "06f194f4-22f5-49e8-8d27-7a758b226fd2",
"created_at": "2026-01-23T14:16:24.519-08:00",
"deleted_at": null,
"target_id": "47497c94-e956-4298-bdd8-126f2d829a99",
"target_type": "Service",
"updated_at": "2026-01-23T14:16:24.519-08:00"
}
],
"attributes": []
}
}
}