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
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| limit | No | ||
| workflowId | No |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"type": "string"
},
"limit": {
"type": "number"
},
"workflowId": {
"type": "string"
}
},
"type": "object"
}