Verify Project Audit Integrity

Recompute and verify the retained project audit-event HMAC chain. Verification decrypts audit payloads internally, recomputes each canonical event HMAC from plaintext logical event values, verifies previous-hash linkage, verifies the authenticated chain-head state, and requires the recomputed latest event head to match that authenticated state. The response does not include decrypted payloads or canonical event bodies.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID

Response

Audit integrity verification completed
verifiedboolean
statusstring
checked_eventsinteger
latest_sequenceinteger
latest_event_idstring or nullOptionalformat: "uuid"
latest_event_hashstring or nullOptional
first_failureobject or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error