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": "db20e0c6-cf2a-4f76-a31b-4fee9b50a528",
"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-16T22:56:56.563-08:00",
"updated_at": "2026-02-16T22:56:56.563-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "f2d37360-366d-4f77-975d-a58d4e2b938a",
"alert_group_id": "db20e0c6-cf2a-4f76-a31b-4fee9b50a528",
"created_at": "2026-02-16T22:56:56.565-08:00",
"deleted_at": null,
"target_id": "0eaa3146-a877-478e-93d7-e03cce90f17d",
"target_type": "Service",
"updated_at": "2026-02-16T22:56:56.565-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": "db20e0c6-cf2a-4f76-a31b-4fee9b50a528",
"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-16T22:56:56.563-08:00",
"updated_at": "2026-02-16T22:56:56.563-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "f2d37360-366d-4f77-975d-a58d4e2b938a",
"alert_group_id": "db20e0c6-cf2a-4f76-a31b-4fee9b50a528",
"created_at": "2026-02-16T22:56:56.565-08:00",
"deleted_at": null,
"target_id": "0eaa3146-a877-478e-93d7-e03cce90f17d",
"target_type": "Service",
"updated_at": "2026-02-16T22:56:56.565-08:00"
}
],
"attributes": []
}
}
}