get_document
Retrieve a single plaintext document by ID. Encrypted documents are refused because their content cannot be read server-side.
Instructions
Fetch a single plaintext document by id. Refuses encrypted documents (their content is unreadable server-side).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The document id (UUID, exactly as returned by list_documents). |