Retrieves a specific alert_event by id
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>"
}
}
}Was this page helpful?
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>"
}
}
}