Get Project Audit Integrity Status

Return the authenticated project audit-chain head. Project audit logs are cryptographically verifiable and tamper-evident for retained rows. This endpoint verifies only the chain-head state MAC and does not scan all audit events. Use the full verification endpoint to recompute the event chain from genesis. This guarantee assumes the application runtime and KMS decrypt permissions are not compromised. It does not prove that every business action emitted an audit event, prevent project deletion, provide legal retention, or provide external anchoring.

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 state head retrieved successfully
project_idstringformat: "uuid"
verifiedboolean or null
state_verifiedboolean
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