N8n List Workflows
n8n_list_workflowsList workflows in YOUR n8n instance, with an active/inactive breakdown. Answers "how many active workflows do we have", "list our n8n workflows", "which workflows are turned on". Each workflow: id, name, active (on/off), createdAt, updatedAt, tags. Set active_only:true to list just the live ones. Requires your instance_url + n8n API key (_apiKey).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max workflows to fetch (1-250, default 100). | |
| _apiKey | Yes | REQUIRED — your n8n API key (Settings → n8n API → Create an API key). Sent as the X-N8N-API-KEY header. No shared key exists for this pack. | |
| active_only | No | Only return active (turned-on) workflows. Default false (all). | |
| instance_url | Yes | REQUIRED — your n8n instance base URL, e.g. "https://you.app.n8n.cloud" (n8n Cloud) or "https://n8n.example.com" (self-hosted). Must be a public https URL. |