Skip to main content
Cursor-paginated access to your org’s HIPAA audit log. Requires the control:read scope. Every significant event on the platform — record operations, schema changes, webhook deliveries, API key issuance, budget updates, AI requests — is written to this log. Every event participates in a tamper-evident integrity hash chain per ADR-JVSATA.

List audit entries

Query parameters

Response

Fields

Results are ordered by created_at DESC (newest first). The cursor encodes the position of the last-seen row.

Action reference

Common action strings you will encounter:

Integrity hash chain

Every audit entry’s integrity_hash is a SHA-256 hash of the entry’s content chained to the previous entry’s hash for that organization. This creates a tamper-evident log: modifying any past entry breaks all subsequent hashes, making tampering detectable. The chain is universal per ADR-JVSATA — every org participates, including Free Evaluation and the synthetic HASP internal org used for cross-org system events. The chain is verified automatically as part of HASP’s internal audit tooling.

Error codes