Last updated 6 months ago
List all documents in a vector store.
The ID of the vector store.
The API key for authentication.
GET /api/v1/vector-stores/{vector-store-id}/documents HTTP/1.1 Host: api.rememberizer.ai x-api-key: text Accept: */*
A list of documents.
[ { "id": 1, "name": "text", "type": "text", "vector_store": "text", "size": 1, "status": "text", "processing_status": "text", "indexed_on": "2025-04-24T08:06:40.023Z", "status_error_message": "text", "created": "2025-04-24T08:06:40.023Z", "modified": "2025-04-24T08:06:40.023Z" } ]