v1
latestOpenAPI 3.1.02026-07-173384141.4 KBPath parameters
The identifier of the job given at creation. Starts with job-
Response
Get Job Output
An error message if the job failed
This field is optional and will be None if the job was successful.
The unique identifier for the job
This is a public ID that can be used to reference the job in other API calls. It has the format of job-<readable-id>
The unique identifier for the file associated with the job
This is an optional field that will be None if the job was submitted with a public URL file.
The name of the file associated with the job
This is an optional field that will be None if the job was submitted with a public URL
The trace ID for the job
This value will be None if the job is in the Pending state.
This is used for tracing the job execution in the system.
Share this ID with the support team if you need help with a specific job.
The page range for the job
This value will be None if the job was submitted for the entire document. If the job was submitted with a specific page range, this will be in the format "1-5" or "1,3,5"
The number of pages that were parsed in the job
This value will be None if the job is still processing or if it failed.
The number of tasks that have been completed for the job
This field is optional and will be None if the job is still processing or if it failed.
The total number of tasks that are expected to be completed for the job
This field is optional and will be None if the job is still processing or if it failed.
The timestamp when the job was created
The timestamp when the job was finished, if applicable
Additional metadata for the job, that was provided during the parse request.