Retrieve bulk verification results
Retrieve the results of a bulk verification job. This endpoint will return an error if the job is still running. Please query GET /v1/bulk/{job_id} first to check the job's progress.
get/v1/bulk/{job_id}/results
Query parameters
limitinteger
The number of results to return.
offsetinteger
The offset from which to return the results, equivalent to the number of elements in the array to skip.
Response
OK