Retrieve a list of errors for a workflow instance
GET/api/v1/accounts/:accountId/definitions/:definitionId/workflows/:workflowId/errors
Use this resource to retrieve a list of runtime errors for a workflow instance. If the workflow definition is not working as expected, workflow errors help you figure out what went wrong.
Request
Responses
- 200
- 400
- 404
List of workflow instance errors.
Request is invalid.
Workflow instance or definition is not found.