Skip to main content
GET
/
v1
/
vector_stores
/
{vector_store_id}
Retrieve Vector Store
curl --request GET \
  --url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "name": "<string>",
  "created_at": 123,
  "expires_at": 123,
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

vector_store_id
string
required

The ID of the vector store.

Response

Successful Response

id
string
required

The ID of the vector store.

object
string
required

The type of object.

name
string
required

The name of the vector store.

created_at
integer
required

The timestamp when the vector store was created.

expires_at
integer
required

The timestamp when the vector store will expire.

metadata
Metadata · object

The metadata of the vector store.