v1
latestOpenAPI 3.0.22026-07-173834119.9 KBChunking
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:
| Field | Type | Description |
|---|---|---|
| chunking_job_id | str | The ID of the chunking job. |
| extraction_job_id | str | The ID of the extraction 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. |
| chunking_strategy | str | The chunking strategy used. |
| chunking_params | str | The 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"}