get_execution
Retrieve detailed node-by-node input and output data for a specific n8n execution. Use execution ID to inspect workflow run details and debug issues.
Instructions
Get detailed node-by-node input and output data for a specific execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID (string or number) | |
| includeData | No | Include input/output data for each node |