Headers
The version of the API to use. The current API version is 2025-09.
Path Parameters
The Id of the workflow you want to find errors for
Query Parameters
The Id of the user
Response
200
The response is of type any
.
Use this endpoint to get the error logs for a specific workflow.
It returns the error message, and the date stamp when the error was thrown, the block that caused the error, and the workflowId
. Commonly used to debug workflows when they error and identify historical errors; this endpoint may be used in conjunction with the route error messages feature.
If there are no errors for the specified workflow, this endpoint will return an empty array.
The version of the API to use. The current API version is 2025-09.
The Id of the workflow you want to find errors for
The Id of the user
200
The response is of type any
.