get_execution
Retrieve specific workflow execution details by ID to monitor performance, debug issues, and analyze automation results from n8n workflows.
Instructions
Get a specific n8n execution by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}