get_workflow_history
Retrieve Temporal workflow execution event history by workflow ID, optionally specifying run ID and event limit for debugging and inspection.
Instructions
Get the event history for a workflow execution.
Args: workflow_id: The workflow ID run_id: Optional run ID (uses latest run if not specified) max_events: Maximum number of events to return (default 100, max 1000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| max_events | No | ||
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |