v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Chunking

Get Job Status

Endpoint to Get the Status of a Chunking Job

This endpoint returns the status of a chunking job.


Request Parameters

ParameterTypeDescription
job_idstrThe ID of the chunking job.

Response Body

FieldTypeDescription
chunking_job_idstrThe ID of the chunking job.
statusstrThe status of the chunking job. Can be QUEUED, IN_PROGRESS, COMPLETED, or FAILED.
total_file_countintThe total number of files to be chunked.
completed_filesintThe number of files completed.
failed_filesintThe number of files failed.

Errors

  • 404: If the job ID is not found.
  • 500: If any other error occurs during the retrieval of the job status.
get/document/chunking/job_status/{job_id}

Path parameters

job_idstring required

Response

Successful Response

{"stackTrail":"paths:/document/chunking/job_status/{job_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}