list_variables
Retrieve all workflow variables with pagination support to manage and access configuration data across n8n automation workflows.
Instructions
List all variables with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| limit | No |
Input Schema (JSON Schema)
{
"properties": {
"cursor": {
"type": "string"
},
"limit": {
"type": "number"
}
},
"type": "object"
}