get https://embedded.runalloy.com/2023-01/workflows//errors
This endpoint fetches an array of errors 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.