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": "d814788f-ab14-421b-9cb8-1073e6e1ee5d",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "e2ad4c8c-2d25-4186-868a-1b19b5634c80",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "created_at": "2025-07-02T23:39:52.257-07:00",
      "updated_at": "2025-07-02T23:39:52.257-07:00",
      "destinations": [
        {
          "id": "b8ca128e-9aac-4dd5-adb0-e46554cc8226",
          "target_type": "EscalationPolicy",
          "target_id": "15ebeb67-9396-4a84-aaa4-429d7d74c298",
          "created_at": "2025-07-02T23:39:52.365-07:00",
          "updated_at": "2025-07-02T23:39:52.365-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.