Skip to main content
Glama

n8n Workflow Builder MCP Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/makafeli/n8n-workflow-builder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server