Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required
GetAlertEventDetail
Get detailed information about a specific alert event including comments and timeline
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 retrieve details for
Responses
Endpoint
GET/api/v1/alerting/events/{eventId}
/api/v1/alerting/events/{eventId}
Request Example
curl -X GET '{host}/api/v1/alerting/events/{eventId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"alert": {},
"comments": [
{}
],
"timeline": [
{}
]
}Change History
This API has no change history records yet.
