Get a list of documents in a Vector Store
Last updated
Last updated
vector-store-id
string
Required. The ID of the vector store to list documents from.
This endpoint requires authentication using an API key in the x-api-key
header.
401
Unauthorized - Invalid or missing API key
404
Not Found - Vector Store not found
500
Internal Server Error
This endpoint retrieves a list of all documents stored in the specified vector store. It provides metadata about each document, including the document's processing status, size, and indexed timestamp. This information is useful for monitoring your vector store's contents and checking document processing status.
List all documents in a vector store.
The ID of the vector store.
The API key for authentication.