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

# Exporting Audit Records

> Download a CSV of your verification records for compliance, reporting, or archival.

The **Export Audit** page in the [Veriox portal](https://portal.veriox.io/audit) lets you export
your verification records as a CSV file. It's built for pulling records out in bulk — to browse
individual verifications, open the relevant worker under [Workers](https://portal.veriox.io/workers),
where each verification is listed with its full detail.

## Building an export

The page is an export builder. Choose what to include, and the summary panel shows an estimated
record count before you download.

* **Date range** — pick a quick preset (last 7 days, last 30 days, this month, last month, last
  12 months) or set a custom from/to range. Exports are capped at **366 days**; a wider range is
  trimmed to the most recent 366 days.
* **Workers** — include all workers, or tick only the ones you need. Useful when you operate
  several sites and want records for just one.
* **Result** — export all outcomes, or limit to **passed only** or **failed only**.

When the selection looks right, click **Export CSV**.

## What's in the file

Each row is one verification. The columns are:

| Column                  | Description                                                     |
| ----------------------- | --------------------------------------------------------------- |
| Date/Time (UTC)         | When the verification was attempted                             |
| Worker ID / Worker Name | Which worker handled it                                         |
| Domain                  | The site the verification ran on                                |
| Result                  | `passed` or `failed`                                            |
| Age Threshold           | The age that was checked (e.g. `18`)                            |
| Request Anchor (CCDVRA) | On-chain anchor of the verification request                     |
| Audit Anchor (CCDVAA)   | On-chain anchor of the audit record (passed verifications only) |

<Note>
  The export contains **no personal data** — only on-chain anchors and verification metadata. It
  never includes the visitor's identity, date of birth, or the contents of their proof. For what
  the on-chain anchors represent, see [On-Chain Anchoring](/how-it-works/on-chain-anchoring).
</Note>

## Data retention

Records are retained for 90 days and exports are capped at the last 366 days. For older records,
contact [support@veriox.io](mailto:support@veriox.io).
