Skip to main content
GET
/
v1
/
alert_routing_rules
/
{id}
Retrieves an alert routing rule
curl --request GET \
  --url https://api.rootly.com/v1/alert_routing_rules/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "28637bef-7634-4688-95a3-bcb2a52908b6",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 3",
      "alerts_source_id": "c1819a83-2ba1-4a1f-af5f-1ddcbda7cc4b",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "destination": {
        "id": "4c4e4e04-c869-4f8d-94c7-b8d9e14c2697",
        "target_type": "EscalationPolicy",
        "target_id": "4e2bd046-74fa-4759-af8e-be44352110b2",
        "created_at": "2025-10-28T10:19:33.443-07:00",
        "updated_at": "2025-10-28T10:19:33.443-07:00"
      },
      "created_at": "2025-10-28T10:19:33.387-07:00",
      "updated_at": "2025-10-28T10:19:33.387-07:00",
      "destinations": [
        {
          "id": "4c4e4e04-c869-4f8d-94c7-b8d9e14c2697",
          "target_type": "EscalationPolicy",
          "target_id": "4e2bd046-74fa-4759-af8e-be44352110b2",
          "created_at": "2025-10-28T10:19:33.443-07:00",
          "updated_at": "2025-10-28T10:19:33.443-07:00"
        }
      ],
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": [
          {
            "id": "c4e47d7b-4b14-41a6-9870-a712e5a0eb6f",
            "type": "groups"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

alert_routing_rule found by slug

data
object
required