v1
latestOpenAPI 3.0.22026-07-173834119.9 KBChunking
Get Job Status
Endpoint to Get the Status of a Chunking Job
This endpoint returns the status of a chunking job.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
| job_id | str | The ID of the chunking job. |
Response Body
| Field | Type | Description |
|---|---|---|
| chunking_job_id | str | The ID of the chunking job. |
| status | str | The status of the chunking job. Can be QUEUED, IN_PROGRESS, COMPLETED, or FAILED. |
| total_file_count | int | The total number of files to be chunked. |
| completed_files | int | The number of files completed. |
| failed_files | int | The 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"}