Verification checks a document against everything in your workspace’s data
room and reports back a list of issues — unsupported numbers, stale figures,
mismatches between documents, and more.
Create one from a workspace with workspace.verifications.new(...), run it, then
review the issues it returns. List a workspace’s past verifications with
workspace.verifications.list() and re-open one with
workspace.verifications.fetch(id).
Running a check
run
run_and_wait
See
VerificationStatus.Reviewing issues
issues
Status
refresh
GET /verification?id=.
Returns
Lifecycle
delete
Types
Configuration objects, response shapes, and enums used by the methods above.CheckType
A kind of check a verification can run against a document.
Members
PRIMARY_SOURCE="PRIMARY_SOURCE"PROVENANCE="PROVENANCE"CROSS_DOCUMENT="CROSS_DOCUMENT"COHERENCE="COHERENCE"STALENESS="STALENESS"VERSION_DELTA="VERSION_DELTA"STRATEGIC_ALIGNMENT="STRATEGIC_ALIGNMENT"REFERENCES="REFERENCES"UI_ISSUE="UI_ISSUE"TABLE_SOURCE="TABLE_SOURCE"SOURCES="SOURCES"
CheckResult
The outcome of a single check: pass, fail, needs review, or not found.
Members
PASS="CHECK_PASS"FAIL="CHECK_FAIL"REVIEW_NEEDED="CHECK_REVIEW_NEEDED"NOT_FOUND="CHECK_NOT_FOUND"
VerificationStatus
The status of a verification run, from pending through completed or failed.
Members
PENDING="VERIFICATION_PENDING"PARSING="VERIFICATION_PARSING"DISCOVERING="VERIFICATION_DISCOVERING"VERIFYING="VERIFICATION_VERIFYING"COMPLETED="VERIFICATION_COMPLETED"FAILED="VERIFICATION_FAILED"
VerificationType
What a verification looks for: a full check or just citation discovery.
Members
FULL="VERIFICATION_FULL"FIND_CITATIONS="VERIFICATION_FIND_CITATIONS"
