Prerequisites
- The Compliance Pack add-on must be enabled for your tenant. Contact your account manager or enable it from Settings > Billing > Add-ons in the console.
- You need the
tenant.audit.exportpermission to create export jobs.
Supported frameworks
| Framework | Report type | What’s included |
|---|---|---|
| SOC 2 | soc2 | Audit logs, access logs, and control mappings (CC1.1, CC2.1, CC6.1, CC6.2) |
| GDPR | gdpr | Data processing activities, attestation records, retention periods, legal basis, and third-party disclosures |
| HIPAA | hipaa | Audit trail, covered entity details, and security control mappings (164.308, 164.312) |
Creating an export
From the console
- Go to Settings > Audit in the console sidebar
- Click Export
- Select a report type (
SOC 2,GDPR, orHIPAA) - Choose a date range and output format
- Click Generate report
Via the API
Response
Export formats
| Format | Description |
|---|---|
json | Structured JSON report with full metadata. Available for all frameworks. |
csv | Tabular format for spreadsheet analysis. Available for all frameworks (SOC 2, GDPR, and HIPAA). |
Export job statuses
Each export job progresses through the following statuses:| Status | Description |
|---|---|
PENDING | Job queued and waiting to be processed |
RUNNING | Report generation in progress |
COMPLETED | Report ready for download |
FAILED | Generation failed — check the error field for details |
EXPIRED | Download link has expired. Create a new export. |
Downloading a completed export
Once an export reachesCOMPLETED status, download the report:
Report contents
SOC 2
The SOC 2 report includes:- Audit entries — every API operation within the date range
- Access logs — authentication and authorization events
- Control mappings — evidence mapped to SOC 2 Trust Services Criteria
GDPR
The GDPR report provides a data processing activities record:- Attestation records — all attestations created, revoked, or superseded
- Data categories processed during the period
- Legal basis for processing
- Retention periods configured for your tenant
- Third-party disclosures (if any)
HIPAA
The HIPAA report generates an audit trail mapped to the HIPAA Security Rule:- Full audit trail of all operations involving protected data
- Security control evidence mapped to 45 CFR 164.308 and 164.312
- Covered entity identification
Controlling who can export
Use aBUNDLE_EXPORT issuance policy to restrict which issuers or trust tiers can trigger exports. When a BUNDLE_EXPORT policy denies a request, the export is blocked before any data is gathered.
Related
Audit logs
Configure retention, query events, and integrate with your SIEM.
Issuance policies
Define rules that control minting, verification, and export requests.
