Skip to content
Last updated

Retrieve a single vector store by its ID.

GEThttps://api.aitronos.com/v1/organizations/{organization_id}/knowledge/stores/{store_id}

Returns the full details of a specific vector store, including its file count, data size, and access mode.

Path Parameters

organization_id string required

The unique identifier of the organization (format: org_*).

store_id string required

The unique identifier of the vector store (format: vs_*).


Returns

A vector store object.

cURL
curl https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/stores/vs_store123 \
  -H "Authorization: Bearer $ACCESS_TOKEN"