Skip to main content
GET
/
v1
/
alert_groups
/
{id}
Retrieves an alert group
curl --request GET \
  --url https://api.rootly.com/v1/alert_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e6d1111d-a7e9-49be-97aa-48fd0fcef3b3",
    "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-15T05:12:30.528-08:00",
      "updated_at": "2025-12-15T05:12:30.528-08:00",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "targets": [
        {
          "id": "767402e3-7dfa-4982-90ef-a85b619864c2",
          "alert_group_id": "e6d1111d-a7e9-49be-97aa-48fd0fcef3b3",
          "created_at": "2025-12-15T05:12:30.529-08:00",
          "deleted_at": null,
          "target_id": "b50077c0-d5fd-4af1-b6c0-f6c124ae9ef4",
          "target_type": "Service",
          "updated_at": "2025-12-15T05:12:30.529-08:00"
        }
      ],
      "attributes": []
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

alert_group found by slug

data
object
required