Audit Exports
Export verification and attestation information for audit review, analysis, and reporting.
Overview
Audit Exports allow users to export verification and attestation information from the NexArt dashboard for audit review, external analysis, record portability, and operational reporting.
Exports are generated from the dashboard and reflect the current verification state of records.
Supported Export Types
- Single-record audit export (JSON). Export an audit summary for one CER from the record detail view or CER drawer.
- Project-level export (CSV). Export a CSV summary of records belonging to a project.
Single-Record Audit Export (JSON)
The single-record export is an audit summary. It is not the raw CER bundle. It is designed for review and reporting rather than raw protocol transport.
To export: open a CER in the dashboard and click Export audit report.
The export includes fields such as:
{
"exportType": "audit-report",
"exportedAt": "2026-03-06T12:10:00.000Z",
"execution_id": "exec_8x7k2m4n9p",
"certificate_hash": "sha256:9e8d7c6b5a4f...",
"bundle_type": "signed-receipt",
"surface": "nexart.io",
"project": "my-project",
"app": "customer-chatbot",
"verification": {
"status": "VERIFIED",
"bundleIntegrity": "PASS",
"nodeSignature": "PASS",
"receiptConsistency": "PASS"
},
"stamp_status": "stamped",
"stamp_mode": "auto",
"attestor_key_id": "key_01HXYZ...",
"node_url": "node.nexart.io",
"protocol_version": "1.0",
"sdk_version": "0.4.2",
"execution_timestamp": "2026-03-06T12:00:00.000Z",
"auto_stamp_status": "enabled"
}Single-Record Export Fields
- execution_id is the unique identifier for the execution.
- certificate_hash is the SHA-256 hash of the CER bundle.
- bundle_type indicates the record type (signed-receipt, hash-only-timestamp, etc.).
- surface shows where the record was created.
- verification contains the verification outcome and individual check results.
- stamp_status / stamp_mode indicate whether the record is stamped and how.
- attestor_key_id / node_url provide attestation node information.
- protocol_version / sdk_version capture version metadata.
- execution_timestamp records when the execution occurred.
- auto_stamp_status reflects the project auto-stamp setting at time of ingestion.
Project-Level Export (CSV)
The project export produces a CSV summary of all records in a project. It is intended for operational review, spreadsheet analysis, audit scoping, and high-level reporting.
To export: open a project in the dashboard and click Export CSV.
Each row includes:
created_atprojectappexecution_idbundle_typesurfacecertificate_hashverification_statusstamp_statusprotocol_versionsdk_version
The CSV export does not replace the raw CER bundle download.
Audit Export vs Raw CER Download
- Audit Export. Summary and reporting format. Easier for auditors and operational workflows. Includes verification state, project context, and attestation metadata.
- Raw CER Download. Protocol-level bundle. Used for independent cryptographic verification and record portability. Available separately through the CER download flow.
Both are available from the dashboard. They serve different purposes.