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": "c55a0782-23ce-4374-b61d-a0d2d545431e",
"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": "2025-12-19T05:12:08.052-08:00",
"updated_at": "2025-12-19T05:12:08.052-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "bcf0e6a5-579c-4c3f-add2-98ff51760d84",
"alert_group_id": "c55a0782-23ce-4374-b61d-a0d2d545431e",
"created_at": "2025-12-19T05:12:08.053-08:00",
"deleted_at": null,
"target_id": "81a58632-1258-4895-ba4c-f68b929aa7cd",
"target_type": "Service",
"updated_at": "2025-12-19T05:12:08.053-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": "c55a0782-23ce-4374-b61d-a0d2d545431e",
"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": "2025-12-19T05:12:08.052-08:00",
"updated_at": "2025-12-19T05:12:08.052-08:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "bcf0e6a5-579c-4c3f-add2-98ff51760d84",
"alert_group_id": "c55a0782-23ce-4374-b61d-a0d2d545431e",
"created_at": "2025-12-19T05:12:08.053-08:00",
"deleted_at": null,
"target_id": "81a58632-1258-4895-ba4c-f68b929aa7cd",
"target_type": "Service",
"updated_at": "2025-12-19T05:12:08.053-08:00"
}
],
"attributes": []
}
}
}