v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBGovernance
Verify audit log chain integrity
Re-verifies the calling tenant's tamper-evident audit hash chain and returns a structured verdict (intact, verified count, and the first broken tenant_seq when a break is found). The check is strictly read-only: it recomputes nothing into storage and never mutates an audit record. Use the optional maxRecords query parameter to bound how many records are inspected.
get/v1/governance/audit-logs/verify
Query parameters
maxRecordsinteger
Maximum number of records to inspect; clamped to the server bound. Omit to use the default bound.
Maximum number of records to inspect; clamped to the server bound. Omit to use the default bound.
Response
OK
Example response
{
"intact": true,
"verifiedCount": 1024
}