GET
/
documents
/
v1
/
jobs
/
{job_id}

Retrieve the output of a job.

This API call returns a JSON object containing the results of the job.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

The identifier of the job given at creation. Starts with job-

Response

200 - application/json
fileId
string
required
jobId
string
required
jobType
enum<string>
required
Available options:
extract,
parse
status
enum<string>
required
Available options:
failure,
pending,
processing,
successful
chunks
string[] | null
document
any
extractSettings
object | null
message
string | null
parseSettings
object | null
structuredOutput
any