Get incident
GET/incidents/:incidentKey
Eventually Consistent About endpoint data consistency
Learn about endpoint consistencyReturns incident as JSON.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The incident is successfully returned.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The incident with the given key was not found.
An internal error occurred while processing the request.