Skip to main content
GET
/
v1
/
alert_events
/
{id}
Retrieve alert event
curl --request GET \
  --url https://api.rootly.com/v1/alert_events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "type": "alert_events",
    "attributes": {
      "kind": "informational",
      "action": "created",
      "source": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "user_id": 123,
      "details": "<string>"
    }
  }
}

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_event found

data
object
required