> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/nitride/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/nitride/cli/log/read.md).

# read

Reads the details of a specific log entry.

## Usage

```
vhsm nitride log read <workload>/<time>/<nonce> [flags]
```

* `<workload>`: the workload name
* `<time>`: the timestamp when the log was created&#x20;
* `<nonce>`: a unique identifier for the log entry

#### Flags

* [Global HTTP Options](/nitride/cli.md#global-options)
* [Output Options](/nitride/cli.md#output-options)
* [Command Options](/nitride/cli.md#command-options)

***

#### Example

```
vhsm nitride log read 3a06c363-8a72-4d29-b300-20f00ed21083/2025-07-14T02:04:25.306610579Z_
```

**Output**

```
Key         Value
---         -----
nonce       n/a
request     map[client_id:0DHqvq2D77kL2/JTPSZkTMJbkFVmUu0TzMi0jiXcFy8= connection:map[remote_addr:192.168.65.1 remote_port:46902] data:map[-format:json report:eyJWZXJzaW9uIjoxLCJQcm92aWRlciI6ImxvY2FsLW5vbmUtZGVidWciLCJBdHRlc3RhdGlvbiI6eyJOb25jZSI6IjdmOGUyYzFhKzRiMmUrNGMxYis5ZTJhKzFhMmIzYzRkNWU2ZiJ9fQo=
] id:000378df-9753-b063-82fa-0c154cffbcf8 mount_accessor:auth_ratls_416e7f00 mount_class:auth mount_point:auth/ratls/ mount_running_version:v1.4.3+builtin.vault mount_type:ratls operation:update path:attestations/3a06c363-8a72-4d29-b300-20f00ed21083/report unauthenticated:true]
response    map[data:map[error:failed attestation: local-none-debug: failed updating: no nonce was set]]
time        2025-07-14T02:04:25.306610579Z
workload    3a06c363-8a72-4d29-b300-20f00ed21083
```

#### Additional Example

Read a specific log entry with a custom namespace:

```
vhsm nitride log read vtpm-ubuntu/1751893334_abcdef123456 -namespace=prod
```

**Output**

```
Key         Value
---         -----
nonce       n/a
request     map[client_id:0DHqvq2D77kL2/JTPSZkTMJbkFVmUu0TzMi0jiXcFy8= connection:map[remote_addr:192.168.65.1 remote_port:46902] data:map[-format:json report:eyJWZXJzaW9uIjoxLCJQcm92aWRlciI6ImxvY2FsLW5vbmUtZGVidWciLCJBdHRlc3RhdGlvbiI6eyJOb25jZSI6IjdmOGUyYzFhKzRiMmUrNGMxYis5ZTJhKzFhMmIzYzRkNWU2ZiJ9fQo=
] id:000378df-9753-b063-82fa-0c154cffbcf8 mount_accessor:auth_ratls_416e7f00 mount_class:auth mount_point:auth/ratls/ mount_running_version:v1.4.3+builtin.vault mount_type:ratls operation:update path:attestations/3a06c363-8a72-4d29-b300-20f00ed21083/report unauthenticated:true]
response    map[data:map[error:failed attestation: local-none-debug: failed updating: no nonce was set]]
time        2025-07-14T02:04:25.306610579Z
workload    3a06c363-8a72-4d29-b300-20f00ed21083
```
