List vector stores
Retrieves a paginated list of all vector stores for the authenticated user.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
1 <= x <= 100Sort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order.
asc, desc A cursor for use in pagination. An object ID that defines your place in the list for fetching the next page.
A cursor for use in pagination. An object ID that defines your place in the list for fetching the previous page.
Response
OK
A list of vector stores.