v1
latestOpenAPI 3.0.22026-07-173834119.9 KBChunking
Get Chunk Job Results
Endpoint to Get Chunk Job Results
This endpoint returns the presigned URL for the chunked file associated with a chunking job.
Request Body
| Field | Type | Description |
|---|---|---|
| chunking_job_id | str | The ID of the chunking job. |
| file_name | str | The name of the file. |
Response Body
| Field | Type | Description |
|---|---|---|
| file_name | str | The name of the file. |
| chunk_file_url | str | The presigned URL for the chunked file. |
Errors
- 404: If the job ID or file name is not found.
- 500: If any other error occurs during the retrieval of the chunked file.
post/document/chunking/chunk_file_url
Request body
Response
Successful Response
{"stackTrail":"paths:/document/chunking/chunk_file_url:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}