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.
Notes:
- When using an asynchronous AdeptID endpoint, callers will receive an immediate response containing a
result_set_id
and aresult_set_link
. To retrieve the results, theresult_set_id
must be sent via Result Sets (result_set_link
pre-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_url
to download a compressed JSON file containing the operation's results.