Get incident by key (alpha)
GET/incidents/:incidentKey
Returns incident as JSON.
note
This endpoint is an alpha feature and not enabled on Camunda clusters out of the box. See the Camunda 8 REST API overview for further details.
Request
Responses
- 200
- 400
- 404
- 500
The incident is successfully returned.
The incident Get failed. More details are provided in the response body.
The incident with the given key was not found. More details are provided in the response body.
An internal error occurred while processing the request.