Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required
GetAlertEventTimeline
Get the full timeline of actions taken on an alert event
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
eventIdStringRequiredEvent identifier to get timeline for
Responses
Endpoint
GET/api/v1/alerting/events/{eventId}/timeline
/api/v1/alerting/events/{eventId}/timeline
Request Example
curl -X GET '{host}/api/v1/alerting/events/{eventId}/timeline' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 5,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
