Skip to main content
GET
/
v1
/
alert_routes
/
{id}
Get an alert route
curl --request GET \
  --url https://api.rootly.com/v1/alert_routes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "958596d5-c62d-42c1-871f-4980387ba484",
    "type": "alert_routes",
    "attributes": {
      "name": "Test Alert Route-b47e",
      "enabled": true,
      "created_at": "2026-02-13T18:03:38.191-08:00",
      "updated_at": "2026-02-13T18:03:38.191-08:00",
      "alerts_source_ids": [],
      "owning_team_ids": [],
      "rules": []
    }
  }
}

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

alert route found

data
object
required