# list

## **Usage:**

```sh
vhsm nitride attestation list [flags]
```

#### Flags

* [Global HTTP Options](https://docs.enclaive.cloud/nitride/cli/..#global-options)
* [Output Options](https://docs.enclaive.cloud/nitride/cli/..#output-options)
* [Command Options](https://docs.enclaive.cloud/nitride/cli/..#command-options)

***

**Example**

List all policies in the vHSM system:

```sh
vhsm nitride attestation list
```

**Output**

Display three attestation uuids. Details of each uuid can be displayed with the `read` command.

```
Keys
----
39547c1c-2139-402d-a532-2a352c55106c
737f83e1-cb7b-409e-8e53-b9a8125f651f
b39fc691-f935-4c07-a770-e487ea213d08
```

**Additional Example**

List all attestations in JSON format:

```sh
vhsm nitride attestation list -format=json
```

**Output**

```json
[
  "39547c1c-2139-402d-a532-2a352c55106c",
  "737f83e1-cb7b-409e-8e53-b9a8125f651f",
  "b39fc691-f935-4c07-a770-e487ea213d08"
]
```
