mcp-n8n-builder

by spences10
Verified

list_executions

Monitor and troubleshoot workflow executions by listing history with success/failure status, duration, and timestamps. Filter results by workflow ID, status, or limit for focused analysis.

Instructions

Lists workflow execution history with details on success/failure status, duration, and timestamps. Use this tool to monitor workflow performance, troubleshoot issues, or verify that workflows are running as expected. Results can be filtered by workflow ID, status, and limited to a specific number.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of executions to return - useful for workflows with many executions
statusNoFilter by execution status (error, success, waiting)
verbosityNoOutput verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete execution details.
workflowIdNoFilter executions by workflow ID - can be obtained from list_workflows

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of executions to return - useful for workflows with many executions", "type": "number" }, "status": { "description": "Filter by execution status (error, success, waiting)", "enum": [ "error", "success", "waiting" ], "type": "string" }, "verbosity": { "description": "Output verbosity level (concise or full). Default is concise which preserves context window space. Use full when you need complete execution details.", "enum": [ "concise", "full" ], "type": "string" }, "workflowId": { "description": "Filter executions by workflow ID - can be obtained from list_workflows", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from mcp-n8n-builder

Related Tools

ID: hk5pjh6zd6