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": "663df3c4-8a47-42e9-83dc-64502091e185",
    "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-12T04:33:38.519-08:00",
      "updated_at": "2026-02-12T04:33:38.519-08:00",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "targets": [
        {
          "id": "3192fdd0-876a-4ee5-bdb8-1f7fbf3c4c1d",
          "alert_group_id": "663df3c4-8a47-42e9-83dc-64502091e185",
          "created_at": "2026-02-12T04:33:38.520-08:00",
          "deleted_at": null,
          "target_id": "f5f56f20-cd11-4b1c-920a-21dafa0d62ba",
          "target_type": "Service",
          "updated_at": "2026-02-12T04:33:38.520-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