Mixedbread

Cancel Parsing Job

PATCH/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 cancel

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

pendingin_progresscancelledcompletedfailed
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

Last updated: August 19, 2025