n8n Workflow Builder MCP Server

by makafeli
Verified

get_execution

Get details of a specific execution by ID

Input Schema

NameRequiredDescriptionDefault
idYes
includeDataNo

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "number" }, "includeData": { "type": "boolean" } }, "required": [ "id" ], "type": "object" }