list-secrets
List all secrets in a specified Infisical project and environment. Provide project ID and environment slug to retrieve secret names and values.
Instructions
List all secrets in a given Infisical project and environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the project to list the secrets from (required) | |
| secretPath | No | The path of the secrets to list (Defaults to /) | |
| includeImports | No | Whether to include secret imports (Defaults to true) | |
| environmentSlug | Yes | The slug of the environment to list the secrets from (required) | |
| expandSecretReferences | No | Whether to expand secret references (Defaults to true) |