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": "72e02f15-7b4a-4ae9-a352-787b2b523b9c",
"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-21T14:27:33.593-08:00",
"updated_at": "2026-02-21T14:27:33.593-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "eda453ac-cba9-405a-b1c5-4bf742b2882c",
"alert_group_id": "72e02f15-7b4a-4ae9-a352-787b2b523b9c",
"created_at": "2026-02-21T14:27:33.594-08:00",
"deleted_at": null,
"target_id": "071c1d56-2d52-433c-91bd-4a2651833316",
"target_type": "Service",
"updated_at": "2026-02-21T14:27:33.594-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": "72e02f15-7b4a-4ae9-a352-787b2b523b9c",
"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-21T14:27:33.593-08:00",
"updated_at": "2026-02-21T14:27:33.593-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "eda453ac-cba9-405a-b1c5-4bf742b2882c",
"alert_group_id": "72e02f15-7b4a-4ae9-a352-787b2b523b9c",
"created_at": "2026-02-21T14:27:33.594-08:00",
"deleted_at": null,
"target_id": "071c1d56-2d52-433c-91bd-4a2651833316",
"target_type": "Service",
"updated_at": "2026-02-21T14:27:33.594-08:00"
}
],
"attributes": []
}
}
}