get_execution
Retrieve detailed information about a specific n8n execution by ID, optionally including its data and results for monitoring or debugging.
Instructions
Get detailed information about a specific execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | The ID of the execution to retrieve | |
| includeData | No | Include execution data and results (default: true) |