v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Chunking

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

ParameterTypeDescription
job_idstrThe ID of the chunking job.

Response Body

FieldTypeDescription
chunking_job_idstrThe ID of the chunking job.
filesListList 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"}