get_workflow_history
Retrieve the complete event history of a Temporal workflow execution, with an optional limit to control 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 |
|---|---|---|---|
| workflow_id | Yes | The workflow execution ID | |
| limit | No | Maximum number of history events to return (default: 1000) |