n8n_get_execution
Retrieve a specific n8n execution by ID. Get status, mode, timing, and per-node run data with truncated logs and raw error details for failures.
Instructions
Fetch a single n8n execution by id. Returns status, mode, timing, and per-node run data. Large run logs are truncated with a tail hint. Error executions include the raw error verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution id (from n8n_list_executions). | |
| includeRunData | No | Include per-node run log. Default true. Turn off for just status + error summary. |