PDF Reports

Generate compliance-ready PDF reports from your audit trail data.

Generate a report

PDF reports are generated from the dashboard under Dashboard → Reports → Generate, or via API:

POST /api/v1/reports/generate
Authorization: Bearer vx_live_...

{
  "date_range": { "from": "2025-01-01", "to": "2025-01-31" },
  "include_violations": true,
  "include_summary": true
}

Availability

PDF compliance reports are available on Growth and Enterprise plans.
Was this page helpful?