get https://api.adept-id.com/v2/result-sets/
Retrieve the results of an asynchronous operation.
Use this endpoint to retrieve the results of an asynchronous operation as a downloadable, compressed JSON file.
Additional Notes:
- When using an asynchronous AdeptID endpoint, callers will receive an immediate response containing a
result_set_idand aresult_set_link. To retrieve the results, theresult_set_idmust be sent via Result Sets (result_set_linkpre-formats the URL for this step). - Initially, while processing of the original request is still ongoing, the response from Result Sets will read
"state": "pending". - When processing has completed, the response from Result Sets will read
"state": "done"and contain afile_urlto download a compressed JSON file containing the operation's results.