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": "34743812-2ab3-4508-906f-27a61c084e62",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "1e4075c5-29f6-45fa-ad70-f6a47defcf84",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-05-29T17:40:03.170-07:00",
      "updated_at": "2025-05-29T17:40:03.170-07:00",
      "destination": {
        "id": "1b5ad088-eb91-42ce-a404-28c637579b24",
        "target_type": "EscalationPolicy",
        "target_id": "8a8e376a-0355-4b0d-92c9-fe4b6803754b",
        "created_at": "2025-05-29T17:40:03.388-07:00",
        "updated_at": "2025-05-29T17:40:03.388-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.