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": "595c489c-7673-415d-8242-51cf8bba7523",
"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-12-19T18:12:38.321-08:00",
"updated_at": "2025-12-19T18:12:38.321-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "3febbfaa-c030-4ca2-b5c9-4a521fa13ab7",
"alert_group_id": "595c489c-7673-415d-8242-51cf8bba7523",
"created_at": "2025-12-19T18:12:38.322-08:00",
"deleted_at": null,
"target_id": "33050b6c-cf7e-46fe-8f05-f718b73da9f7",
"target_type": "Service",
"updated_at": "2025-12-19T18:12:38.322-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": "595c489c-7673-415d-8242-51cf8bba7523",
"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-12-19T18:12:38.321-08:00",
"updated_at": "2025-12-19T18:12:38.321-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "3febbfaa-c030-4ca2-b5c9-4a521fa13ab7",
"alert_group_id": "595c489c-7673-415d-8242-51cf8bba7523",
"created_at": "2025-12-19T18:12:38.322-08:00",
"deleted_at": null,
"target_id": "33050b6c-cf7e-46fe-8f05-f718b73da9f7",
"target_type": "Service",
"updated_at": "2025-12-19T18:12:38.322-08:00"
}
],
"attributes": []
}
}
}