> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/vault/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/vault/cli/list.md).

# list

The `list` command lists data from Vault at the given path (wrapper command for HTTP LIST). This can be used to list keys in a given secrets engine.

### Examples <a href="#examples" id="examples"></a>

List available entities by their identifiers:

```shell-session
$ vault list identity/entity/id
```

### Usage <a href="#usage" id="usage"></a>

There are no flags beyond the standard set of flags included on all commands.
