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": "3d4b7733-b704-453d-82a0-a969d915e71f",
"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-11T05:21:28.199-08:00",
"updated_at": "2026-02-11T05:21:28.199-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "3d86ff7a-308c-444f-91f8-1d89efd6d75c",
"alert_group_id": "3d4b7733-b704-453d-82a0-a969d915e71f",
"created_at": "2026-02-11T05:21:28.201-08:00",
"deleted_at": null,
"target_id": "7737e6d5-2e48-48f2-8e3a-365b9fa22b53",
"target_type": "Service",
"updated_at": "2026-02-11T05:21:28.201-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": "3d4b7733-b704-453d-82a0-a969d915e71f",
"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-11T05:21:28.199-08:00",
"updated_at": "2026-02-11T05:21:28.199-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "3d86ff7a-308c-444f-91f8-1d89efd6d75c",
"alert_group_id": "3d4b7733-b704-453d-82a0-a969d915e71f",
"created_at": "2026-02-11T05:21:28.201-08:00",
"deleted_at": null,
"target_id": "7737e6d5-2e48-48f2-8e3a-365b9fa22b53",
"target_type": "Service",
"updated_at": "2026-02-11T05:21:28.201-08:00"
}
],
"attributes": []
}
}
}