Export Audit Trail
cleanroom_audit_exportExport the complete audit trail to JSON or CSV for compliance and legal records, including hash chain, timestamps, and actor information.
Instructions
Export the complete audit trail as JSON or CSV for compliance records and legal documentation. The export includes all entries with their hash chain, timestamps, and actor information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| output_path | No | Path to write the export file. Defaults to .cleanroom/exports/ | |
| include_details | No | Whether to include the full details field for each entry |