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": "10472401-17c1-4a3e-8452-5fa15fcc6d63",
"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-02-10T19:15:40.854-08:00",
"updated_at": "2026-02-10T19:15:40.854-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "b635bad1-84d8-4dc0-a9a4-3c40778386ba",
"alert_group_id": "10472401-17c1-4a3e-8452-5fa15fcc6d63",
"created_at": "2026-02-10T19:15:40.856-08:00",
"deleted_at": null,
"target_id": "adb4b73e-90e5-4e52-a6b0-1cb5d4f0b5b2",
"target_type": "Service",
"updated_at": "2026-02-10T19:15:40.856-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": "10472401-17c1-4a3e-8452-5fa15fcc6d63",
"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-02-10T19:15:40.854-08:00",
"updated_at": "2026-02-10T19:15:40.854-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "b635bad1-84d8-4dc0-a9a4-3c40778386ba",
"alert_group_id": "10472401-17c1-4a3e-8452-5fa15fcc6d63",
"created_at": "2026-02-10T19:15:40.856-08:00",
"deleted_at": null,
"target_id": "adb4b73e-90e5-4e52-a6b0-1cb5d4f0b5b2",
"target_type": "Service",
"updated_at": "2026-02-10T19:15:40.856-08:00"
}
],
"attributes": []
}
}
}