verify_audit_chain
Validate the integrity of your entire audit log chain. Reports the first tampered entry if chain is broken.
Instructions
Verify the cryptographic integrity of the entire audit log chain.
Each audit entry is signed with HMAC-SHA256 chaining the previous entry's hash. This endpoint traverses the full chain and reports the first broken link if tampering is detected, or confirms the chain is intact.
Returns: {"valid": true} if the chain is intact, or {"valid": false, "broken_at": , "detail": "..."} if corruption is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||