list-secrets
Retrieve and display all secrets within a specified project and environment in Infisical. Supports custom paths, expanded references, and included imports for comprehensive secret management.
Instructions
List all secrets in a given Infisical project and environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentSlug | Yes | The slug of the environment to list the secrets from (required) | |
| expandSecretReferences | No | Whether to expand secret references (Defaults to true) | |
| includeImports | No | Whether to include secret imports (Defaults to true) | |
| projectId | Yes | The ID of the project to list the secrets from (required) | |
| secretPath | No | The path of the secrets to list (Defaults to /) |