Skip to main content
GET
Re-verify a generated evidence pack

Path Parameters

id
string<uuid>
required

Project id.

packId
string
required

Evidence pack id.

Response

The verification result.

sha256Matches
boolean
required

True when the stored document's recomputed hash equals the hash recorded at generation time.

storedSha256
string | null
required
recomputedSha256
string | null
required
evidenceStillPresent
boolean
required

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.

checkedRefs
integer
required

Citations actually re-resolved against a live record.

unverifiableRefs
integer
required

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.

divergences
object[]
required
objectMissing
boolean
required

True when the stored document itself could not be read back.