list_workflows
Retrieve and display all available n8n workflows to manage automation processes and review existing workflow configurations.
Instructions
List all n8n workflows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| limit | No |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"type": "string"
},
"limit": {
"type": "number"
}
},
"type": "object"
}