Get a document check
Fetch a check by id. Poll this until status is completed or failed.
Authorizations
Paste your workspace API key from Settings. Sent as Authorization: Bearer .
Path Parameters
The document check id, e.g. dc_9f2c4b1e8a7d4c3fb2e1d0a9c8b7a6f5.
Response
The check.
The document_check object returned by submit, retrieve, list, and webhooks.
Prefixed id, e.g. dc_9f2c….
processing- processingcompleted- completedfailed- failed
processing, completed, failed Null until the check completes. Reflects a dashboard override when one exists.
clear- clearpending- pendingsuspicious- suspiciousfraudulent- fraudulent
clear, pending, suspicious, fraudulent LOW- LOWMEDIUM- MEDIUMHIGH- HIGH
LOW, MEDIUM, HIGH 0-100, higher is riskier. Decision bands are set by workspace thresholds (defaults: clear <40, pending <60, suspicious <80, fraudulent ≥80).
0 <= x <= 100The outcome boundaries this check was scored against.
Workspace rules that fired on this document.
Content read off the document. Every field is best-effort and may be null.
Set only when status is failed.