Vector Stores
List Vector Stores
List all vector stores in your account.
GET
/
vectors
Headers
authorization
string
requiredYour API key for authentication.
Query Parameters
include_text
boolean
default: falseInclude the full text of the documents stored in the vector store. This can be useful for debugging, but may return large amounts of data.
Response
vectors
array
An array of objects, for each vector store in your account.
vectors[].vector_id
string
The unique identifier for the vector store.
vectors[].name
string
The name of the vector store.
vectors[].description
string
A description of the vector store.