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": "05c5973e-4a4b-4cc0-a515-a15db31f820c",
    "type": "alert_routes",
    "attributes": {
      "name": "Test Alert Route-752f",
      "enabled": true,
      "created_at": "2025-11-27T00:05:01.543-08:00",
      "updated_at": "2025-11-27T00:05:01.543-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