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": "ddcd1e11-d78f-4ca8-9676-aa6914284772",
"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-02-07T16:44:24.906-08:00",
"updated_at": "2026-02-07T16:44:24.906-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "8db3cb83-e552-4309-9417-a343b55a49be",
"alert_group_id": "ddcd1e11-d78f-4ca8-9676-aa6914284772",
"created_at": "2026-02-07T16:44:24.907-08:00",
"deleted_at": null,
"target_id": "064dff6f-4829-4fd9-a670-7a879f0b26e4",
"target_type": "Service",
"updated_at": "2026-02-07T16:44:24.907-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": "ddcd1e11-d78f-4ca8-9676-aa6914284772",
"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-02-07T16:44:24.906-08:00",
"updated_at": "2026-02-07T16:44:24.906-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "8db3cb83-e552-4309-9417-a343b55a49be",
"alert_group_id": "ddcd1e11-d78f-4ca8-9676-aa6914284772",
"created_at": "2026-02-07T16:44:24.907-08:00",
"deleted_at": null,
"target_id": "064dff6f-4829-4fd9-a670-7a879f0b26e4",
"target_type": "Service",
"updated_at": "2026-02-07T16:44:24.907-08:00"
}
],
"attributes": []
}
}
}