List workflows
documentedRetrieve a list of workflows in the instance. Supports pagination and filtering via query params (e.g., active, limit, cursor). ([docs.n8n.io](https://docs.n8n.io/api/authentication/?utm_source=openai))
GET /workflowsWorkflowsno 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://{{$host}}/api/v1/workflows?page={{$page}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-N8N-API-KEY: {{N8N_API_KEY}}"