Skip to main content
GET
Get vector store details

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Path Parameters

project_id
string
required
vector_store_id
string
required

Response

Vector store details retrieved successfully

id
string
required

ID of the entity

project_id
string
required

ID of the project

name
string
required

Name of the vector store

engine
enum<string>
required

Engine used for vector store

Available options:
sgp_knowledge_base,
sgp_vector_store
created_at
string<date-time>
required

When the vector store was created

external_id
string | null

Engine-specific external identifier used when calling the upstream API. For SGP Knowledge Base this equals the SGP KB UUID (same as id). For SGP Vector Store this is '<account_id>::'.