list_environments
Retrieve all environments for a Keyshade project by providing its slug. Supports filtering, sorting, and pagination.
Instructions
Lists all environments 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 |