GET
/
v1
/
alert_routing_rules
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_routing_rules/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1df7c766-ead3-433a-81a4-2581822ba562",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "78ac5fcb-106d-4e47-9e44-c0d6ed34aa6b",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-05-08T00:16:01.329-07:00",
      "updated_at": "2025-05-08T00:16:01.329-07:00",
      "destination": {
        "id": "d3641825-b653-4fd1-979d-4769a85d6107",
        "target_type": "EscalationPolicy",
        "target_id": "fbb3433f-ec92-4ac4-a3e6-17042e718fcb",
        "created_at": "2025-05-08T00:16:01.735-07:00",
        "updated_at": "2025-05-08T00:16:01.735-07:00"
      },
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": []
      }
    }
  }
}

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 routing rule found

The response is of type object.