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": "12a989d9-97c8-48a7-aa42-047fb3d0230d",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 1",
      "alerts_source_id": "8ce49cc1-e4cc-4bfa-838a-32145857026e",
      "condition_type": "all",
      "enabled": false,
      "created_at": "2025-04-18T18:14:54.956-07:00",
      "updated_at": "2025-04-18T18:14:54.956-07:00",
      "destination": {
        "id": "e3ea63af-ccc0-4797-a833-bfbbe32334f1",
        "target_type": "EscalationPolicy",
        "target_id": "190e6d28-31fa-4e6a-b490-c64c46c57995",
        "created_at": "2025-04-18T18:14:55.342-07:00",
        "updated_at": "2025-04-18T18:14:55.342-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