List executions
documentedRetrieve a list of workflow executions. Supports filtering and pagination (e.g., status, workflow, date ranges). ([docs.n8n.io](https://docs.n8n.io/workflows/executions/?utm_source=openai))
GET /executionsExecutionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.n8n.io/v1/executions?limit={{$limit}}&offset={{$offset}}&workflowId={{$workflow_id}}&status={{$status}}" \
-X GET \
-H "Authorization: Bearer {{N8N_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"