---
title: "codespar audit"
description: "Read the tamper-evident audit chain"
---

Read the tamper-evident audit chain

1 command in `@codespar/cli 0.16.0`.

Each one prints what its operation answered. [What a command prints](/docs/cli/reference#what-a-command-prints) has the rule, and [Configuration](/docs/cli/config#what-a-script-gets-when-a-command-fails) has the exit codes and the shape of a failure.

### `codespar audit replay`

Ask the API whether the chain is verified over an interval, and render the verdict; exit 1 when it is not `verified`

```bash
codespar audit replay [options]
```

| option | what it does |
|---|---|
| `--from <iso>` | Start of the interval, ISO 8601 (default: the API's own window) |
| `--to <iso>` | End of the interval, ISO 8601 (default: the API's own window) |
