GET
/
v1
/
alert_groups
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3d634807-c79d-4235-a51f-ea464a4fd9a3",
    "type": "alert_groups",
    "attributes": {
      "name": "123 test group",
      "slug": "123-test-group",
      "description": null,
      "time_window": 10,
      "condition_type": "any",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "deleted_at": null,
      "created_at": "2025-04-18T09:44:24.005-07:00",
      "updated_at": "2025-04-18T09:44:24.005-07:00",
      "targets": [
        {
          "id": "5ce8f4c4-e9ba-4b55-889a-d78e263f5f9a",
          "target_type": "Service",
          "target_id": "6a4815ee-458f-4cc4-bca0-ea59d75fc8d0",
          "alert_group_id": "3d634807-c79d-4235-a51f-ea464a4fd9a3",
          "deleted_at": null,
          "created_at": "2025-04-18T09:44:24.007-07:00",
          "updated_at": "2025-04-18T09:44:24.007-07:00"
        }
      ],
      "attributes": []
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json
alert group found
data
object
required