get_workflow_event
Retrieve a specific history event from a workflow execution with decoded payloads for analysis or troubleshooting.
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 |