Vector Stores
List Vector Details
View the details for a specific vector store.
GET
/
vectors
/
{vector_id}
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
vector_id
string
requiredThe vector_id
of the vector store to view.
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
vector_id
string
The unique identifier for the vector store.
name
string
The name of the vector store.
description
string
A description of the vector store.