Retrieve the results of an asynchronous operation.

This endpoint retrieves the results from AdeptID's asynchronous endpoints including Evaluate Transition Async and Occupation Classification Async.

The endpoint will parse the input, validate types, etc., and respond with a result set ID and link to check the status.

{
"id": "01800446-efb1-88af-9e7e-5f487977fbbc",
"link": "/v1/result-sets/01800446-efb1-88af-9e7e-5f487977fbbc"
}

The result set resource is a link provided in the return of the bulk API which can be polled for state updates. An in-process task will look like this:

{
"file_url": null
"id": "01800446-efb1-88af-9e7e-5f487977fbbc",
"state": "processing(predicting)"
}

When a task is completed, "state"="done" and will include a presigned download link that's good for 5 mins. If it expires, GET /v2/result-sets/{result_set_id} will return a fresh link.

The completed processing looks like this:

{
"file_url": "https://bulk-data-api.s3.amazonaws.com/u-7/01800446-efb1-88af-9e7e-5f487977fbbc.json.gzip?AWSAccessKeyId=ASIATAFHBSD7VKJLO6H3&Signature=v%2BHRsdNmMJ67Mb5vrAYSE8Qo4Vs%3D&x-amz-security-token=IQoJb3JpZ2luX2VjECYaCXVzLWVhc3QtMSJHMEUCIExmQ2oKK9LrUwEDylUwJBcpbL3usEZeYjfiJnrvgd1TAiEAxmimZyakKdj9IkAEgk2V3JgONPuvGZ76Spcu%2FRL0aBoq%2FAMIv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARABGgwyMDY1MDg3NTcyNDciDPPpF2Hq7WaRDl4vQyrQA6lsti6mbWsjtkFdHw7gKeyunx5SakHC6dvNbh%2BvsNYHoQmxsDTlCf%2BKrI%2BV0Qzh7DNrkjMneV%2BWb3RwC1tPCiAXwSSl50i387gmT%2BvrLtZvDri%2BB8m3kECIGY%2BxJuFf0Xb%2FG4TTy3OEQHQQwz62%2B%2F6rx25%2Bg1makcFcc3OztcwVBgZGHbmEdcYwWzDD%2F3sWr3bHMRNjCU5Yhlr%2FhO8MZHoafoeTPCi%2B4PvKICwY7PXfzeJsbB6kNiRjF8oubJdS3jE2Z%2BpobXGDd%2FNXpVFXly%2FiMwVVxN0yDqoidXspSc3Kuu71Qx2dbSJCCJQDLqWfXTdtXu%2Fks8JOXaPX3FJQCmTj7jXIZScS4JglRXQDEiBDhoj4AtoLvgd08%2FmItyBRkoVEHQW0ZkqTLrEclJvTswR0Y8ptx2geDpEmmn9GfqAWx%2BYHgaztIxg%2F0reT2GX4tKX8KThUlJLsErHckKYe6miZTWIEI1VIEhK3plQtH9ByppCFDo9ABTa3TRhmnJp5j9s0eGXZy9fmBDdiJXHmhsnBaRlI9NZIWkD6ty8huABzinlWKQJgmYEl%2FawNrpiddmDdMa1PJVaUmUDqPtxstebyiic%2BK8qwANofV4JgA0gxMIXSu5IGOqUBVwEmr7B01KkYN8SenFnm9PEctYusJv9sN90jua7kyJI0J%2Bama6rpU148pEBdkTXavhOUh2h990QcgwzXbcKgbHz5c3S3KT4xkvLnVwfYdQ7%2Bgfb5AxGWPye3z0x5lgspHJLVoYSOaENr0PK4jPW5v2CzFh4Br4VbN10bsb%2FD2aD0IiBHGUqMoPq%2FhUWJUiIokjyQ6rZvwIuY4SZhWdc8%2BXeIunmY&Expires=1649339535",
"id": "01800446-efb1-88af-9e7e-5f487977fbbc",
"state": "done"
}

The result files are gzipped JSON.

Language
Authorization
Header
Click Try It! to start a request and see the response here!