Export Audit Trail
How to export the complete audit trail as a CSV file.
The audit trail is a chronological log of every action the gateway has taken on your events. You can export it as a CSV file for compliance review, legal documentation, or internal record-keeping.
What the CSV Contains
Each row in the exported CSV represents a single audit entry with the following columns:
- Action -- What the gateway did (for example, "Event Received", "Event Dispatched", "Field Scrubbed", "Event Blocked").
- Details -- Additional context about the action. For dispatched events, this includes the destination type and response status. For scrubbed fields, it includes the field name and the rule that was applied.
- Timestamp -- The exact date and time the action occurred, in ISO 8601 format (for example,
2026-05-15T14:32:07.000Z).
The export includes all audit entries for your tenant, ordered by timestamp (newest first).
When to Use the Export
The audit export is useful for:
- Compliance review -- Providing a complete record of data processing activity to a compliance officer or auditor.
- Legal documentation -- Attaching to legal filings or regulatory responses as evidence of consent handling and data protection practices.
- Incident investigation -- Reviewing exactly what happened to specific events during a given time period.
- Internal reporting -- Feeding the data into a spreadsheet or BI tool for custom analysis.
Downloading the Export
- Go to Gateway > Proof in the sidebar.
- Scroll to the Export Audit Log section.
- Click Export Audit Log (CSV).
- Wait for the file to be generated. This may take a moment if you have a large volume of events.
- Your browser will download the CSV file automatically.
The export includes all audit entries available for your tenant. There is no date range filter -- the full trail is exported each time.
Data Retention
Raw event data is retained for 30 days. Scrubbed event summaries and audit trail entries are retained indefinitely. The export captures the full audit trail regardless of the raw data retention window.