List executions
n8n_executions_listList workflow execution metadata with filters for status, workflow ID, and pagination. Retrieve execution summaries without exposing raw payload data.
Instructions
List execution metadata. Raw workflow payload values are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | No | ||
| workflowId | No | ||
| includeData | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| redacted | Yes | ||
| untrusted | Yes |