n8n Workflow Builder MCP Server

by makafeli
Verified

list_executions

Retrieve all n8n workflow executions with customizable filters like status, workflow ID, and project ID. Supports pagination and optional inclusion of execution data.

Instructions

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" }

You must be authenticated.

Other Tools from n8n Workflow Builder MCP Server

Related Tools

ID: fhoynrlnpp