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": "30cb1557-7d2d-414d-b23f-3fbbab631fcf",
"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-10T22:53:07.918-08:00",
"updated_at": "2026-01-10T22:53:07.918-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "39ce6084-6781-427b-89af-4b278a0ddbaa",
"alert_group_id": "30cb1557-7d2d-414d-b23f-3fbbab631fcf",
"created_at": "2026-01-10T22:53:07.919-08:00",
"deleted_at": null,
"target_id": "bda9ef82-3eea-4502-848c-bd0e8349c1ee",
"target_type": "Service",
"updated_at": "2026-01-10T22:53:07.919-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": "30cb1557-7d2d-414d-b23f-3fbbab631fcf",
"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-10T22:53:07.918-08:00",
"updated_at": "2026-01-10T22:53:07.918-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "39ce6084-6781-427b-89af-4b278a0ddbaa",
"alert_group_id": "30cb1557-7d2d-414d-b23f-3fbbab631fcf",
"created_at": "2026-01-10T22:53:07.919-08:00",
"deleted_at": null,
"target_id": "bda9ef82-3eea-4502-848c-bd0e8349c1ee",
"target_type": "Service",
"updated_at": "2026-01-10T22:53:07.919-08:00"
}
],
"attributes": []
}
}
}