Get execution
get_executionRetrieve workflow execution details and diagnose errors by including per-node data with includeData=true.
Instructions
Get the details of an execution. With includeData=true it returns per-node data (can be very large) — ideal for diagnosing errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID | |
| includeData | No | Include node input/output data (default false) |