sanctum list
List all credentials in the vault.
Usage
sanctum list [OPTIONS]Options
| Flag | Description | Default |
|---|---|---|
--json | Output as JSON array | table format |
--type <type> | Filter by credential type | all |
Example
sanctum listβββββββββββββββββββββββ¬βββββββββββ¬βββββββββββββββββββββββββββ¬ββββββββββββββββββββββ
β Name β Type β Description β Created β
βββββββββββββββββββββββΌβββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββββββββββ€
β openai/api_key β api_key β OpenAI production key β 2026-02-10 23:15:00 β
β anthropic/api_key β api_key β Anthropic API key β 2026-02-10 23:15:30 β
β github/token β api_key β GitHub PAT β 2026-02-10 23:16:00 β
βββββββββββββββββββββββ΄βββββββββββ΄βββββββββββββββββββββββββββ΄ββββββββββββββββββββββNotes
- Lists metadata only β secret values are never shown
- The operation is recorded in the audit log as
credential.list