We need a way to directly retrieve the content of a specific document using its collection_id and document_id (or document_name).
To implement this, we could:
- Create a new, dedicated HTTP endpoint (and/or MCP endpoint).
- Or, extend the existing
/api/v1/collections/{collection_id}/searches interface to handle this specific lookup.