GET
/
v1
/
alert_groups
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "fb02b0e6-6ed2-4f57-937d-744fad736c1d",
    "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-03-19T17:35:40.112-07:00",
      "updated_at": "2025-03-19T17:35:40.112-07:00",
      "targets": [
        {
          "id": "5a1edeea-8935-407f-97b2-3ed723df7b17",
          "target_type": "Service",
          "target_id": "1d827a8c-5c74-4657-88ec-9309d6bd3972",
          "alert_group_id": "fb02b0e6-6ed2-4f57-937d-744fad736c1d",
          "deleted_at": null,
          "created_at": "2025-03-19T17:35:40.115-07:00",
          "updated_at": "2025-03-19T17:35:40.115-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