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": "a58b0b8a-fced-4b5e-9a6e-f181b0dd4361",
    "type": "alert_routing_rules",
    "attributes": {
      "name": "Alert Routing Rule 3",
      "alerts_source_id": "00b11757-ad11-4fea-8541-15bdf11fb96b",
      "condition_type": "all",
      "enabled": false,
      "position": 1,
      "destination": {
        "id": "1f7f8235-178e-47c4-9d52-94b2775b238f",
        "target_type": "EscalationPolicy",
        "target_id": "e4ee3e3f-36cd-4e1a-9661-4746c6c672d9",
        "created_at": "2025-10-29T23:37:04.137-07:00",
        "updated_at": "2025-10-29T23:37:04.137-07:00"
      },
      "created_at": "2025-10-29T23:37:04.103-07:00",
      "updated_at": "2025-10-29T23:37:04.103-07:00",
      "destinations": [
        {
          "id": "1f7f8235-178e-47c4-9d52-94b2775b238f",
          "target_type": "EscalationPolicy",
          "target_id": "e4ee3e3f-36cd-4e1a-9661-4746c6c672d9",
          "created_at": "2025-10-29T23:37:04.137-07:00",
          "updated_at": "2025-10-29T23:37:04.137-07:00"
        }
      ],
      "conditions": []
    },
    "relationships": {
      "owning_teams": {
        "data": [
          {
            "id": "53186eef-f059-4926-8b6e-8b45a628d2b2",
            "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