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": "1f00696b-6dd5-4dff-9566-2f16e2679f83",
    "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-16T09:04:46.205-08:00",
      "updated_at": "2026-02-16T09:04:46.205-08:00",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "targets": [
        {
          "id": "e5e1356e-b8a2-4613-8395-8cd9c96ad0f7",
          "alert_group_id": "1f00696b-6dd5-4dff-9566-2f16e2679f83",
          "created_at": "2026-02-16T09:04:46.207-08:00",
          "deleted_at": null,
          "target_id": "3ae934f8-e6e2-4c1b-898f-c64d03e0c2cf",
          "target_type": "Service",
          "updated_at": "2026-02-16T09:04:46.207-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