Provenance Vault · Exports

Compliance-Ready
Audit Exports

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.

Audit Export Preview

Export Formats

Three output formats for every compliance scenario.

JSON Export

Machine readable verification records with full claim breakdown, evidence mapping, and chain hashes.

HTML Report

Human readable compliance reports with formatted evidence, reviewer attestation, and visual score breakdowns.

Compliance Pack

Complete audit bundle with regulation mapping, jurisdiction coverage, and signed attestation for regulators.

Capabilities

Precision controls for every audit export.

Date Range Filtering

Export records for any time period with precise date-range controls.

  • Custom Date Ranges
  • Preset Periods
  • Rolling Windows

Chain Validation

Every export includes cryptographic chain validation to prove record integrity.

  • Hash Verification
  • Chain Walk
  • Integrity Certificate

Regulation Mapping

Exports automatically tagged with applicable regulations and compliance status.

  • Auto-Tagging
  • Regulation Headers
  • Compliance Summary

Export Record Structure

Generate compliance ready exports in three steps.

01

Select Scope

Choose date range, regulation, or specific traces to export.

02

Validate Chain

Cryptographic chain validation ensures no records were tampered with.

03

Generate Export

Compliance ready export generated in your chosen format.

export_record.json
{
  "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..."
}

Supported Compliance Frameworks

Pre-built regulation templates for the world's strictest frameworks.

SOC 2 GDPR EU AI Act HIPAA SOX FINRA

By the Numbers

Built for speed, coverage, and cryptographic integrity.

2
Export Formats

JSON and HTML with full fidelity

6+
Filter Options

Date, regulation, score, type, and more

< 30s
Export Time

Fast generation even for large datasets

100%
Chain Validation

Every export cryptographically verified

API Endpoint

Use POST /api/sentinel/vault/v2/export to generate compliance exports programmatically. Specify format, date range, and target regulations in a single request.

  • Format Selection

    Choose JSON or HTML output with a single parameter.

  • Date Range

    ISO 8601 date boundaries for precise scoping.

  • Regulation Filters

    Target specific frameworks like GDPR, SOC 2, or HIPAA.

vault_export.sh
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
}

Export. Validate. Comply.

Compliance-ready audit exports from your Provenance Vault in seconds.