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": "90fc3e9b-31c8-4492-b83a-2e9189101c62",
"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-22T12:35:42.615-08:00",
"updated_at": "2025-12-22T12:35:42.615-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "eee9f561-a82c-4594-88e9-55dab5b437d0",
"alert_group_id": "90fc3e9b-31c8-4492-b83a-2e9189101c62",
"created_at": "2025-12-22T12:35:42.616-08:00",
"deleted_at": null,
"target_id": "96a362fc-ad78-42f2-bd6a-e765ab32a740",
"target_type": "Service",
"updated_at": "2025-12-22T12:35:42.616-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": "90fc3e9b-31c8-4492-b83a-2e9189101c62",
"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-22T12:35:42.615-08:00",
"updated_at": "2025-12-22T12:35:42.615-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "eee9f561-a82c-4594-88e9-55dab5b437d0",
"alert_group_id": "90fc3e9b-31c8-4492-b83a-2e9189101c62",
"created_at": "2025-12-22T12:35:42.616-08:00",
"deleted_at": null,
"target_id": "96a362fc-ad78-42f2-bd6a-e765ab32a740",
"target_type": "Service",
"updated_at": "2025-12-22T12:35:42.616-08:00"
}
],
"attributes": []
}
}
}