Re-verify a generated evidence pack
Re-hashes the stored document and re-resolves every citation it made against live data, scoped to the pack’s project or organization. Never errors on a data condition — a deleted record, a deleted storage object, or a pack that never finished generating are all reported as results, not exceptions. See Verification for the full field reference, in particular what unverifiableRefs means and why it must be read alongside evidenceStillPresent rather than ignored.
Authenticated with a dashboard session (browser cookie), not x-api-key, and requires compliance:read plus the Pro plan or above.
Response
The verification result.
True when the stored document's recomputed hash equals the hash recorded at generation time.
True only when zero divergences were found among checked citations. Citations counted in unverifiableRefs are excluded from this check entirely — they are neither verified nor failed.
Citations actually re-resolved against a live record.
Citations that structurally cannot be re-checked at record level (ClickHouse aggregates, certain change-timeline event kinds). Always read alongside evidenceStillPresent — a high unverifiableRefs count means most of the document was not re-checked, even if every checkable citation passed.
True when the stored document itself could not be read back.

