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": "3df3b109-67d8-409c-90b2-9f243bc4147d",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "f0b40ec9-d633-4517-b685-41f8b1ecdea2",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-03-28T22:57:40.763-07:00",
      "updated_at": "2025-03-28T22:57:40.763-07:00",
      "destination": {
        "id": "9f6f8a02-4ea9-4592-954f-70ca5c68d70c",
        "target_type": "EscalationPolicy",
        "target_id": "dff142a4-18e5-4533-819d-f664e13608be",
        "created_at": "2025-03-28T22:57:40.978-07:00",
        "updated_at": "2025-03-28T22:57:40.978-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