get_workflow_history
Retrieve the complete event history of a workflow execution to inspect each step and troubleshoot issues. Optionally limit the number of events returned.
Instructions
Get the complete event history of a workflow execution. Specify 'limit' to control the number of events (default: 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of history events to return (default: 1000) | |
| workflow_id | Yes | The workflow execution ID |