List vector stores
GET {{baseUrl}}/vector_stores
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"object":"list","data":[{"id":"vs_raBr4NhGqVd4xQjPE5lFiQG6","object":"vector_store","name":"Support FAQ","status":"completed","usage_bytes":0,"created_at":1725130285,"file_counts":{"in_progress":0,"completed":0,"failed":0,"cancelled":0,"total":0},"metadata":{},"expires_after":null,"expires_at":null,"last_active_at":1725130285},{"id":"vs_wFSR5zcM17hc9CffvBFtvBKo","object":"vector_store","name":"Vector store for RAG Demo","status":"completed","usage_bytes":473383,"created_at":1724250882,"file_counts":{"in_progress":0,"completed":1,"failed":0,"cancelled":0,"total":1},"metadata":{},"expires_after":null,"expires_at":null,"last_active_at":1724251056}],"first_id":"vs_raBr4NhGqVd4xQjPE5lFiQG6","last_id":"vs_wFSR5zcM17hc9CffvBFtvBKo","has_more":false}