Retrieve Job
Search Jobs
Retrieve Job
Check the status of a job and retrieve results
GET
Retrieve Job
Get the status of a job by its job ID. Returns job status and results if the job has completed.
Parameters
The job ID returned from job creation
Response
Returns job status and results (if completed).Job status. Possible values:
queued: Job is queued for processingsuccess: Job completed successfullyerror: Job failed with an error
Array of paper results (only present when
status is success)Example
After creating a job, use the returnedjobId to check status. Poll this endpoint or use a callback URL to be notified when the job completes.