Get n8n Execution
n8n_get_executionRetrieve full execution details by ID, including output data, to inspect workflow results and troubleshoot issues.
Instructions
Retrieve full details of a specific execution by ID, including output data.
Args:
id (string): Execution ID
includeData (boolean): Include execution data/output (default true)
response_format ('markdown' | 'json'): Output format (default 'json')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID | |
| includeData | No | Include execution data/output | |
| response_format | No | json |