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": "58e966df-eb01-4a5d-9baf-dc06d7c3ea16",
"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-31T09:12:29.901-08:00",
"updated_at": "2026-01-31T09:12:29.901-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "698c9f8c-6cd7-4298-bddc-5b8c0bbc425a",
"alert_group_id": "58e966df-eb01-4a5d-9baf-dc06d7c3ea16",
"created_at": "2026-01-31T09:12:29.902-08:00",
"deleted_at": null,
"target_id": "9e8f2205-3404-4df5-b325-10436c61d9f6",
"target_type": "Service",
"updated_at": "2026-01-31T09:12:29.902-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": "58e966df-eb01-4a5d-9baf-dc06d7c3ea16",
"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-31T09:12:29.901-08:00",
"updated_at": "2026-01-31T09:12:29.901-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "698c9f8c-6cd7-4298-bddc-5b8c0bbc425a",
"alert_group_id": "58e966df-eb01-4a5d-9baf-dc06d7c3ea16",
"created_at": "2026-01-31T09:12:29.902-08:00",
"deleted_at": null,
"target_id": "9e8f2205-3404-4df5-b325-10436c61d9f6",
"target_type": "Service",
"updated_at": "2026-01-31T09:12:29.902-08:00"
}
],
"attributes": []
}
}
}