Get document chunk

Get details about a specific documentation part used by RAG.

Path parameters

documentation_idstringRequired
The id of a document from the knowledge base. This is returned on document addition.
chunk_idstringRequired
The id of a document RAG chunk from the knowledge base.

Headers

xi-api-keystringOptional

Query parameters

embedding_modelenumOptional
The embedding model used to retrieve the chunk.
Allowed values:

Response

Successful Response
idstring
namestring
contentstring

Errors