Get Parsing Job
GET/v1/parsing/jobs/{job_id}
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Path Parameters
job_idstringrequired
The ID of the parse job to retrieve
Response Body
idstringrequired
The ID of the job
file_idstringrequired
The ID of the file to parse
filenamestring
The name of the file
statusenumrequired
ParsingJobStatus
Possible values
pending
in_progress
cancelled
completed
failed
errorobject
The error of the job
resultDocumentParserResult
The result of the job
started_atstring
The started time of the job
finished_atstring
The finished time of the job
created_atstring(date-time)
The creation time of the job
updated_atstring
The updated time of the job
objectstringdefault:
parsing_job
The type of the object
List Parsing Jobs
List parsing jobs with pagination.
Create Parsing Job
Start a parse job for the provided file.
Last updated: August 19, 2025