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.
space_id string required
The unique identifier of the space.
An object containing a vector_stores array. Each entry includes the link ID, vector store ID, who added it, and when.
cURL
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/spaces/space_abc123/vector-stores" \
-H "X-API-Key: $FREDDY_API_KEY"