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": "d1189254-be39-4e85-b787-5e72f926802a",
"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-21T13:38:03.349-08:00",
"updated_at": "2026-01-21T13:38:03.349-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "fb8088ca-6173-446d-bd37-ad6dead5128b",
"alert_group_id": "d1189254-be39-4e85-b787-5e72f926802a",
"created_at": "2026-01-21T13:38:03.351-08:00",
"deleted_at": null,
"target_id": "92333779-7bdf-420f-aa41-edcb0fc15f45",
"target_type": "Service",
"updated_at": "2026-01-21T13:38:03.351-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": "d1189254-be39-4e85-b787-5e72f926802a",
"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-21T13:38:03.349-08:00",
"updated_at": "2026-01-21T13:38:03.349-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "fb8088ca-6173-446d-bd37-ad6dead5128b",
"alert_group_id": "d1189254-be39-4e85-b787-5e72f926802a",
"created_at": "2026-01-21T13:38:03.351-08:00",
"deleted_at": null,
"target_id": "92333779-7bdf-420f-aa41-edcb0fc15f45",
"target_type": "Service",
"updated_at": "2026-01-21T13:38:03.351-08:00"
}
],
"attributes": []
}
}
}