n8n Workflow Builder MCP Server

by makafeli
Verified

list_executions

List all executions from n8n with optional filters

Input Schema

NameRequiredDescriptionDefault
cursorNo
includeDataNo
limitNo
projectIdNo
statusNo
workflowIdNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "type": "string" }, "includeData": { "type": "boolean" }, "limit": { "type": "number" }, "projectId": { "type": "string" }, "status": { "enum": [ "error", "success", "waiting" ], "type": "string" }, "workflowId": { "type": "string" } }, "type": "object" }