get_workflow_event
Fetch a specific workflow history event by ID with decoded payload fields for inspection and debugging.
Instructions
Get a single workflow history event with decoded payload fields when present
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Optional run ID for the workflow execution | |
| event_id | Yes | The history event ID to fetch | |
| workflow_id | Yes | The workflow execution ID |