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": "16227034-ed47-435d-aabc-15a719159ed9",
"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-16T12:36:33.062-08:00",
"updated_at": "2026-01-16T12:36:33.062-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "da1c66d7-d71b-4c38-85a3-c9c83978475a",
"alert_group_id": "16227034-ed47-435d-aabc-15a719159ed9",
"created_at": "2026-01-16T12:36:33.065-08:00",
"deleted_at": null,
"target_id": "08e84eb3-bfab-4ee8-b60d-dee2f11ab130",
"target_type": "Service",
"updated_at": "2026-01-16T12:36:33.065-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": "16227034-ed47-435d-aabc-15a719159ed9",
"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-16T12:36:33.062-08:00",
"updated_at": "2026-01-16T12:36:33.062-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "da1c66d7-d71b-4c38-85a3-c9c83978475a",
"alert_group_id": "16227034-ed47-435d-aabc-15a719159ed9",
"created_at": "2026-01-16T12:36:33.065-08:00",
"deleted_at": null,
"target_id": "08e84eb3-bfab-4ee8-b60d-dee2f11ab130",
"target_type": "Service",
"updated_at": "2026-01-16T12:36:33.065-08:00"
}
],
"attributes": []
}
}
}