get_document
Retrieve full document content by ID
Retrieve the complete content of a document, optionally including its chunks.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
documentId | string | Yes | - | UUID of the document |
includeChunks | boolean | No | false | Include document chunks |
Example Request
Response
Use Cases
Full Context Retrieval
After searching, get the complete document for context:
Document Inspection
View all chunks for debugging: