Retrieve a single document by its unique ID.
Returns the document’s full content, metadata, and optionally its embedding vector. Use this endpoint for direct lookups when the exact document ID is known. For content similarity search, use the query endpoint.
The name of the vector store
The ID of the vector to retrieve
Include embedding vectors