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": "c0eb8ac5-be09-4659-894c-f2a6dd41befa",
"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-24T09:22:31.761-08:00",
"updated_at": "2025-12-24T09:22:31.761-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "202f6fc4-272c-47e3-8348-6441354bc211",
"alert_group_id": "c0eb8ac5-be09-4659-894c-f2a6dd41befa",
"created_at": "2025-12-24T09:22:31.762-08:00",
"deleted_at": null,
"target_id": "4073ed2d-357e-4614-8645-1a472c19dab7",
"target_type": "Service",
"updated_at": "2025-12-24T09:22:31.762-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": "c0eb8ac5-be09-4659-894c-f2a6dd41befa",
"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-24T09:22:31.761-08:00",
"updated_at": "2025-12-24T09:22:31.761-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "202f6fc4-272c-47e3-8348-6441354bc211",
"alert_group_id": "c0eb8ac5-be09-4659-894c-f2a6dd41befa",
"created_at": "2025-12-24T09:22:31.762-08:00",
"deleted_at": null,
"target_id": "4073ed2d-357e-4614-8645-1a472c19dab7",
"target_type": "Service",
"updated_at": "2025-12-24T09:22:31.762-08:00"
}
],
"attributes": []
}
}
}