Verify decision chain
Verifies all decisions in a chain. For each step:
- Recomputes the integrity hash and compares to the stored hash
- Checks for gaps in the step sequence (reported as warnings)
- Validates parent linkage (parent exists in chain with lower step)
Phase 1 verification is database-trust: individual receipts are cryptographically verified, chain structure relies on DB constraints.
Authorizations
MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).
Tenant UUID for multi-tenant isolation. Required on all authenticated routes — validated before authentication (middleware/tenant.ts), so a missing or non-UUID header returns 400 (MISSING_TENANT_ID / INVALID_TENANT_ID) before the API key is checked.
Path Parameters
Chain ID
Response
Result of verifying all decisions in a chain
Result of verifying all decisions in a chain
True if all individual receipts pass integrity verification
Whether the chain has been sealed
Seal verification result (null if not sealed)
Overall chain cryptographic proof status
full