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": "d945017c-9bde-4c40-8a62-e5b7f25ef8d4",
"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-14T10:49:42.360-08:00",
"updated_at": "2026-01-14T10:49:42.360-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "b67deefb-ca65-45cd-8b8c-98b6713cb7bb",
"alert_group_id": "d945017c-9bde-4c40-8a62-e5b7f25ef8d4",
"created_at": "2026-01-14T10:49:42.362-08:00",
"deleted_at": null,
"target_id": "292da5ea-7b68-4d9f-a951-0e5c8ea0ec7a",
"target_type": "Service",
"updated_at": "2026-01-14T10:49:42.362-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": "d945017c-9bde-4c40-8a62-e5b7f25ef8d4",
"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-14T10:49:42.360-08:00",
"updated_at": "2026-01-14T10:49:42.360-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "b67deefb-ca65-45cd-8b8c-98b6713cb7bb",
"alert_group_id": "d945017c-9bde-4c40-8a62-e5b7f25ef8d4",
"created_at": "2026-01-14T10:49:42.362-08:00",
"deleted_at": null,
"target_id": "292da5ea-7b68-4d9f-a951-0e5c8ea0ec7a",
"target_type": "Service",
"updated_at": "2026-01-14T10:49:42.362-08:00"
}
],
"attributes": []
}
}
}