Skip to main content
GET
/
v1
/
projects
/
{project_id}
/
vector-stores
/
{vector_store_id}
Get vector store details
curl --request GET \
  --url https://api.example.com/v1/projects/{project_id}/vector-stores/{vector_store_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-selected-account-id: <api-key>'
{
  "id": "<string>",
  "project_id": "<string>",
  "name": "<string>",
  "engine": "sgp_knowledge_base",
  "created_at": "2023-11-07T05:31:56Z"
}

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
created_at
string<date-time>
required

When the vector store was created