Chunks
Get Chunk
Retrieve the full details of a single chunk.
get/datasets/{dataset_id}/documents/{document_id}/segments/{segment_id}
Path parameters
dataset_idstring uuid required
Knowledge base ID. Obtain it from List Knowledge Bases.
document_idstring uuid required
Document ID. Obtain it from List Documents.
segment_idstring uuid required
Chunk ID. Obtain it from List Chunks.
Response
Chunk details.
Changes
Changed in 1 of the 10 revisions of this API.1
- ○
added the non-success response with the status
400response-non-success-status-added
- ○