GET
/
v1
/
alert_groups
curl --request GET \
  --url 'https://api.rootly.com/v1/alert_groups?include=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": [
    {
      "id": "<string>",
      "type": "alert_groups",
      "attributes": {
        "name": "<string>",
        "description": "<string>",
        "slug": "<string>",
        "condition_type": "<string>",
        "time_window": 123,
        "group_by_alert_title": true,
        "group_by_alert_urgency": true,
        "targets": [
          {
            "target_type": "Group",
            "target_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
          }
        ],
        "attributes": [
          {
            "json_path": "<string>"
          }
        ],
        "created_at": "<string>",
        "updated_at": "<string>",
        "deleted_at": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

include
string

Response

200 - application/vnd.api+json
success
data
object[]
required