List detections
Read one page of detection records.
The answer is a plain array and gives no total. To find out if another page exists, ask for one more record than you show.
Set ungrouped to true to get only the detections that are in no batch.
ungrouped has precedence over batch_id.
Scope: DocumentVerification:detections:get
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1 <= x <= 2001x >= 0Response
One page of detections, newest first.
QUEUED, RUNNING, COMPLETED, or FAILED.
QUEUED, RUNNING, COMPLETED, FAILED The fraud score, normally 0 to 100. A higher score means a higher likelihood of fraud, but does not guarantee fraud. Humans should always review high-risk cases. Null while the detection runs, and null when one check determined the document verification result alone.
The batch that holds this detection, if one exists.
Where the API keeps the document.
A sentence that explains failure_code.
The reason for a FAILED status. Null in all other states.