Retrieve a paginated list of workflow execution records with filtering options.
n8n_executions tool with action='list' retrieves execution history across workflows. Use filters to narrow results by workflow, status, or project.
includeData: true to retrieve full execution data."list" for listing executions.nextCursor field. Use for retrieving subsequent pages.manual
trigger
webhook
retry
internal
Optimize Response Size
includeData: true unless execution data is requiredlimit values (20-50 for UI display, 100 for batch processing)workflowId when possible to reduce result setEfficient Pagination
nextCursor for subsequent requestshasMore before requesting next pageStatus Filtering
status: 'error' to quickly identify failed executionsworkflowId for workflow-specific monitoringPerformance Monitoring
stoppedAt - startedAtstatus distribution for reliability metricsretryOf and retrySuccessId for retry patterns