Get decision instance
GET/decision-instances/:decisionInstanceId
Returns a decision instance.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The decision instance is successfully returned.
The provided data is not valid.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The decision instance with the given ID was not found. More details are provided in the response body.
An internal error occurred while processing the request.