v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Chunking

List Chunking Jobs

Endpoint to List Chunking Jobs

This endpoint returns a list of chunking jobs associated with the app.


Response Body

List of json objects, each containing the following fields:

FieldTypeDescription
chunking_job_idstrThe ID of the chunking job.
extraction_job_idstrThe ID of the extraction 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.
chunking_strategystrThe chunking strategy used.
chunking_paramsstrThe parameters used for the chunking strategy.

Errors

  • 500: If any other error occurs during the retrieval of jobs.
get/document/chunking/list_jobs

Response

Successful Response

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