v4

OpenAPI 3.1.02026-08-01166346466.7 KB
parsing

Cancel a parsing job

Cancel a specific parse job.

Args: job_id: The ID of the parse job to cancel.

Returns: The cancelled parsing job.

patch/v1/parsing/jobs/{job_id}

Path parameters

job_idstring uuid required

The ID of the parse job to cancel

The ID of the parse job to cancel

Response

The cancelled parse job

idstring required

The ID of the job

file_idstring required

The ID of the file to parse

filenamestring nullable

The name of the file

status'pending' | 'in_progress' | 'cancelled' | 'completed' | 'failed' required
errorobject nullable

The error of the job

started_atstring date-time nullable

The started time of the job

finished_atstring date-time nullable

The finished time of the job

created_atstring date-time

The creation time of the job

updated_atstring date-time nullable

The updated time of the job

object'parsing_job'

The type of the object