n8n_get_node_execution_data
Inspect execution data per node to debug workflows without downloading full executions. Get overviews or sampled outputs and error details for specific nodes.
Instructions
Inspect the data that flowed through a specific node in an execution, without downloading the whole execution. Without nodeName, returns an overview of all executed nodes (status, item counts, errors). With nodeName, returns the actual output items (limited sample) and error details for that node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeName | No | Node name to inspect (omit for an overview of all nodes) | |
| itemsLimit | No | Max output items to return per run (default 3) | |
| executionId | Yes | Execution ID |