Get RAG chunks for a document
Get all RAG chunks for a specific knowledge base document.
Path parameters
documentation_id
The id of a document from the knowledge base. This is returned on document addition.
Headers
xi-api-key
Query parameters
embedding_model
The embedding model used to retrieve the chunk.
Allowed values:
page_size
How many documents to return at maximum. Can not exceed 100, defaults to 30.
cursor
Used for fetching next page. Cursor is returned in the response.
Response
Successful Response
chunks
next_cursor
Errors
422
Unprocessable Entity Error