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": "fe51a16a-d077-4ad3-9d24-44d206632d12",
    "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-19T12:53:23.075-08:00",
      "updated_at": "2026-01-19T12:53:23.075-08:00",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "targets": [
        {
          "id": "fa804ef9-6e6f-48d9-9a28-dcdf2bc496b2",
          "alert_group_id": "fe51a16a-d077-4ad3-9d24-44d206632d12",
          "created_at": "2026-01-19T12:53:23.076-08:00",
          "deleted_at": null,
          "target_id": "e119648e-7ddc-4d83-b5d5-1f87d56b116e",
          "target_type": "Service",
          "updated_at": "2026-01-19T12:53:23.076-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