Managing Errors
When workflows error unexpectedly, we provide several methods to help you identify what went wrong. You can access workflow logs via the Error Logging API, receive errors in real-time to your API, or stream error logs via our AWS EventBridge integration.Retrieve Logs for a Single Workflow
Use theGET /2024-03/workflow/{workflowId}/logs
endpoint to retrieve log data for a given workflow. Each log includes the executionId
(which can be used to rerun an execution), the startedAt
and stoppedAt
date stamps, and the JSON output of the execution.
Endpoint
cURL
JSON
AWS EventBridge
The platform also supports direct integration with AWS EventBridge for streaming error logs. To enable this feature:- Navigate to the AWS EventBridge connection in Settings
- Enter your AWS keys (securely encrypted)
- Enter your Event Bus Name and save