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": "544e7dbc-77a2-4100-9370-e6a33488804d",
"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-03T21:24:10.231-08:00",
"updated_at": "2026-01-03T21:24:10.231-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "3aa85fad-3a29-4d47-9a9b-f37fb159e2e1",
"alert_group_id": "544e7dbc-77a2-4100-9370-e6a33488804d",
"created_at": "2026-01-03T21:24:10.232-08:00",
"deleted_at": null,
"target_id": "ffa561e3-3798-4a8b-b03a-608f67f7c96a",
"target_type": "Service",
"updated_at": "2026-01-03T21:24:10.232-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": "544e7dbc-77a2-4100-9370-e6a33488804d",
"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-03T21:24:10.231-08:00",
"updated_at": "2026-01-03T21:24:10.231-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "3aa85fad-3a29-4d47-9a9b-f37fb159e2e1",
"alert_group_id": "544e7dbc-77a2-4100-9370-e6a33488804d",
"created_at": "2026-01-03T21:24:10.232-08:00",
"deleted_at": null,
"target_id": "ffa561e3-3798-4a8b-b03a-608f67f7c96a",
"target_type": "Service",
"updated_at": "2026-01-03T21:24:10.232-08:00"
}
],
"attributes": []
}
}
}