GET
/
v1
/
alert_groups
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_groups/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "c8d82406-0aa2-4b13-b877-d588d62c885c",
    "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-13T11:58:33.715-07:00",
      "updated_at": "2025-03-13T11:58:33.715-07:00",
      "targets": [
        {
          "id": "036fdbf7-161a-4491-8cc4-ab664a8e7490",
          "target_type": "Service",
          "target_id": "c28070cb-47d0-402e-8f43-9de265917a91",
          "alert_group_id": "c8d82406-0aa2-4b13-b877-d588d62c885c",
          "deleted_at": null,
          "created_at": "2025-03-13T11:58:33.716-07:00",
          "updated_at": "2025-03-13T11:58:33.716-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