list_variables
List all variables in a Keyshade project using its slug. Supports pagination, sorting, and search.
Instructions
Lists all variables within a specific Keyshade project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| sort | No | Sort field | |
| limit | No | Number of items per page | |
| order | No | Sort order | |
| search | No | Search query | |
| projectSlug | Yes | The slug of the project |