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
string
ISO 8601 timestamp. Verify events from this time onward.
string
ISO 8601 timestamp. Verify events up to this time.
integer
default:"10000"
Maximum number of events to verify.
Response (Valid Chain)
Response (Tampered Chain)
Break Types
The stored hash does not match the recomputed hash. Indicates the event data has been modified after ingestion.
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.