Skip to main content
Audit Export gives you a portable, tamper-evident record of everything your agents did during a session. Every exported file contains the complete chain of spans — including the exact inputs, outputs, token counts, costs, and error messages — alongside cryptographic hashes that let a reviewer verify the record has not been altered since it was produced. Whether you’re preparing for a SOC 2 audit, responding to a HIPAA compliance review, or simply giving a fintech compliance team the evidence they need, you can produce the full trace record in one click.

What an Export Contains

Every exported file includes the following fields for each span in the trace: The span_payload_hash is computed over the raw span record before any formatting is applied, meaning you can independently verify the hash against the original data Veritrix stored.

Export Formats

PDF

A formatted, human-readable report suitable for sharing with auditors, legal teams, or executives. Includes a cover page with the trace summary (trace ID, span count, total duration, total tokens, total cost) and a paginated table of all spans.

CSV

A flat, machine-readable file with one row per span. Designed for import into spreadsheets, SIEM tools, or compliance platforms. Column headers match the field names in the table above.

How to Export a Single Trace

1

Open the trace

Navigate to the Traces tab in the Veritrix dashboard and click the trace you want to export.
2

Click Export

Click the Export button in the top-right corner of the waterfall view.
3

Choose your format

Select PDF or CSV from the dropdown.
4

Download

Veritrix generates the file and begins the download immediately. The filename includes the trace_id and an ISO 8601 timestamp so you can identify it unambiguously in a file archive.

Bulk Export for a Date Range

You can export all sessions within a date range without opening each trace individually.
1

Go to Exports

Click Exports in the left sidebar of the dashboard.
2

Set the date range

Use the date picker to select a start and end date. You can optionally filter by agent name or project.
3

Choose format and request export

Select PDF or CSV and click Request Bulk Export. Veritrix packages all matching traces into a single compressed archive.
4

Download the archive

A download link will appear in the Exports section of the dashboard once the archive is ready. Large exports (thousands of traces) typically complete within a few minutes.
For recurring compliance reporting, schedule a bulk export by configuring a webhook alert that triggers a bulk export API call at the end of each reporting period. See the alerting documentation for webhook setup instructions.

Compliance and Data Residency

Veritrix is designed to meet the requirements of regulated industries. The following compliance posture applies to all Audit Export features:
HIPAA Business Associate Agreements (BAAs) and data processing agreements are available on the Team and Enterprise plans. Contact support@veritrix.xyz to request a BAA before storing protected health information in Veritrix traces.

Data Residency

By default, all trace data is stored in US-East. Enterprise plan customers can request dedicated data residency in alternative regions to satisfy data-sovereignty requirements. Exports generated under a regional residency configuration are produced and stored entirely within the designated region.
Cryptographic hashes in exported files are computed at export time using the canonical span records stored in Veritrix. If you alter the exported CSV after download, the hashes will no longer match, and the provenance chain will be broken. Treat exported files as read-only artifacts.