> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# nsc vault list

List objects in the vault.

`vault list` lists all secrets stored in your workspace's [vault](/docs/workspaces/security).

## Usage

```bash theme={null}
nsc vault list
```

### Example

```bash theme={null}
nsc vault list
```

```text nocopy Output theme={null}
OBJECT ID        VERSION            DESCRIPTION             CREATED
---------------------------------------------------------------------------------
sec_8fumgjd5jk   secv_hk6jk1j6d0    Test ECDSA SSH Key      2023-08-30T23:03:14Z
sec_rdb1lirdp4   secv_kuifdoaheg    TestSecret              2023-10-10T22:49:41Z
```

## Options

<h3 id="--output--o-format">
  \--output, -o \<format>
</h3>

Output format. One of `table` or `json`. Default is `table`.
