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.
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_*).
A vector store object.
cURL
- Bash
- Python
- Python
- JavaScript
curl https://api.aitronos.com/v1/organizations/org_xyz789/knowledge/stores/vs_store123 \
-H "Authorization: Bearer $ACCESS_TOKEN"