get audit verification
get_audit_verificationRetrieve the nightly audit log integrity verification result: success flag, checked rows, detected problems, acknowledged gaps, and tombstone list to confirm chain health.
Instructions
Read the latest nightly whole-chain integrity verification of the audit log (ok flag, rows checked, head seq, problems found, acknowledged gaps) plus the tombstone list, as the platform's integrity statement. GET /v1/audit/verify (API-key scope: read). Returns: { verification: { ran_at, ok, checked_rows, head_seq, problems: [{ seq, kind, detail }], acknowledged (count) } | null, tombstones: [{ seq, reason, created_at }], statement: string describing the hashing scheme } Notes: verification is null until the first nightly run has stored a result. The chain is platform-global; your own rows' hashes come from GET /v1/audit/export. Cache-Control: no-store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||