v1
latestOpenAPI 3.0.22026-07-173834119.9 KBChunking
Get Files For Chunk Job
Endpoint to Get Files for a Chunking Job
This endpoint returns a list of files associated with 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. |
| files | List | List of files associated with the job. Each file contains the following fields: file_name, status, timestamp. |
Errors
- 404: If the job ID is not found.
- 500: If any other error occurs during the retrieval of files.
get/document/chunking/job_files/{job_id}
Path parameters
job_idstring required
Response
Successful Response
{"stackTrail":"paths:/document/chunking/job_files/{job_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}