Skip to main content
GET
Get Vector Store

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

vector_store_name
string
required

The name of the vector store

Response

Successful Response

Response model for vector store operations.

name
string
required

The name of the vector store

embedding_dimensions
integer
required

Dimensionality of the embedding vectors

created_at
string<date-time>
required

Timestamp of creation

updated_at
string<date-time>
required

Timestamp of last update

embedding_config
EmbeddingConfigModelsAPI · object

Embedding configuration identifying the model and its type. None for raw-embedding-only stores.

indexed_metadata_fields
Indexed Metadata Fields · object

Dictionary mapping metadata field names to their types