list_secrets
Retrieve all secrets from a Keyshade project by providing the project slug. Supports pagination, sorting, search, and optional decryption of secret values.
Instructions
Lists all secrets 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 | |
| decryptValue | No | Whether to decrypt secret values |