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
Name | Required | Description | Default |
---|---|---|---|
cursor | No | ||
includeData | No | ||
limit | No | ||
projectId | No | ||
status | No | ||
workflowId | No |