get_execution
Retrieve a specific execution by its ID. Use includeData=true to get full node-level run data for debugging failed runs.
Instructions
Get one execution by ID. includeData=true returns the full run data (node inputs/outputs and error details) — useful to debug a failed run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID | |
| includeData | No | Include full node-level run data (large) |