Skip to content
Last updated

Retrieve a list of all vector stores in an organization that the user has access to.

GEThttps://api.aitronos.com/v1/organizations/{organization_id}/vector-stores

List all vector stores in an organization that the user has access to. Supports filtering and search.

Path Parameters

organization_id string required

The unique identifier of the organization.

Query Parameters

search string optional

Search by vector store name.

access_mode string optional

Filter by access mode: public, organization, department, or private.

skip integer optional · Defaults to 0

Number of records to skip for pagination.

take integer optional · Defaults to 20

Number of records to return (1-100).

sort string optional · Defaults to created_at

Field to sort by.

order string optional · Defaults to desc

Sort order: asc or desc.


Returns

An array of Vector Store objects.