Skip to main content
Glama

n8n MCP Server

by get2knowio

list_executions

Retrieve and monitor n8n workflow execution history to track performance, identify issues, and analyze workflow runs with filtering by workflow ID.

Instructions

List n8n workflow executions

Input Schema

NameRequiredDescriptionDefault
cursorNo
limitNo
workflowIdNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "type": "string" }, "limit": { "type": "number" }, "workflowId": { "type": "string" } }, "type": "object" }

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/get2knowio/n8n-mcp'

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