GET /api/v1/verify
Verify the SHA-256 hash chain for your workspace. Returns whether the chain is intact and details of any breaks detected.Query Parameters
ISO 8601 timestamp. Verify events from this time onward.
ISO 8601 timestamp. Verify events up to this time.
Maximum number of events to verify.
Response (Valid Chain)
Response (Tampered Chain)
Break Types
hash_mismatch
The stored hash does not match the recomputed hash. Indicates the event data has been modified after ingestion.
chain_break
The
previous_event_hash on an event does not match the hash of the preceding event. Indicates an event was inserted into or deleted from the chain.Examples
Legacy events ingested before hash chain activation have nullable hash fields. These events are skipped during verification and do not produce breaks.