Skip to main content
GET
Retrieve Job
Get the status of a job by its job ID. Returns job status and results if the job has completed.

Parameters

string
required
The job ID returned from job creation

Response

Returns job status and results (if completed).
string
Job status. Possible values:
  • queued: Job is queued for processing
  • success: Job completed successfully
  • error: Job failed with an error
object[]
Array of paper results (only present when status is success)

Example

After creating a job, use the returned jobId to check status. Poll this endpoint or use a callback URL to be notified when the job completes.