Export complete audit records in JSON and HTML formats. Date-range filtering, chain validation, and regulation mapping ensure every export is ready for regulators, auditors, and internal review.
Three output formats for every compliance scenario.
Machine readable verification records with full claim breakdown, evidence mapping, and chain hashes.
Human readable compliance reports with formatted evidence, reviewer attestation, and visual score breakdowns.
Complete audit bundle with regulation mapping, jurisdiction coverage, and signed attestation for regulators.
Precision controls for every audit export.
Export records for any time period with precise date-range controls.
Every export includes cryptographic chain validation to prove record integrity.
Exports automatically tagged with applicable regulations and compliance status.
Generate compliance ready exports in three steps.
Choose date range, regulation, or specific traces to export.
Cryptographic chain validation ensures no records were tampered with.
Compliance ready export generated in your chosen format.
{
"export_id": "exp_2025_00142",
"format": "compliance_pack",
"date_range": {
"from": "2025-01-01",
"to": "2025-01-15"
},
"entries": 847,
"chain_validated": true,
"regulations": ["GDPR", "SOC_2"],
"integrity_hash": "sha256:c4d8f2..."
}
Pre-built regulation templates for the world's strictest frameworks.
Built for speed, coverage, and cryptographic integrity.
JSON and HTML with full fidelity
Date, regulation, score, type, and more
Fast generation even for large datasets
Every export cryptographically verified
Use POST /api/sentinel/vault/v2/export to generate compliance exports programmatically. Specify format, date range, and target regulations in a single request.
Choose JSON or HTML output with a single parameter.
ISO 8601 date boundaries for precise scoping.
Target specific frameworks like GDPR, SOC 2, or HIPAA.
POST /api/sentinel/vault/v2/export
{
"format": "json",
"from": "2025-01-01",
"to": "2025-01-15",
"regulations": ["GDPR"]
}
// Response
{
"export_id": "exp_2025_00142",
"download_url": "/exports/exp_2025_00142.json",
"entries": 847,
"chain_valid": true,
"size_bytes": 2048576
}
Compliance-ready audit exports from your Provenance Vault in seconds.