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": "0de4cb62-27ec-43b5-a550-23c092f00e2c",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "9d4cdc5d-e5b0-42a5-af57-8597483bc275",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-04-20T05:17:41.166-07:00",
      "updated_at": "2025-04-20T05:17:41.166-07:00",
      "destination": {
        "id": "03cfcd3f-74aa-45d7-8473-02c95ee9034b",
        "target_type": "EscalationPolicy",
        "target_id": "a152c81b-2ef4-4149-b34c-fd7f103b870e",
        "created_at": "2025-04-20T05:17:41.533-07:00",
        "updated_at": "2025-04-20T05:17:41.533-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
data
object
required