get_workflow_history
Retrieve the complete event history of a workflow execution. Control the number of events with the limit parameter and optionally target a specific run.
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) | |
| run_id | No | Optional run ID for the workflow execution; omit to target the latest run | |
| workflow_id | Yes | The workflow execution ID |