Skip to content
Last updated

List all additional vector stores attached to a space.

GEThttps://api.aitronos.com/v1/spaces/{space_id}/vector-stores

Retrieve all additional vector stores that have been attached to a space. These are external vector stores used as supplementary knowledge sources during conversations. Requires view access to the space.

Path Parameters

space_id string required

The unique identifier of the space.


Returns

An object containing a vector_stores array. Each entry includes the link ID, vector store ID, who added it, and when.

cURL
curl "https://api.aitronos.com/v1/spaces/space_abc123/vector-stores" \
  -H "X-API-Key: $FREDDY_API_KEY"