List Vector Stores
GET/v1/vector_stores
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Query Parameters
limitintegerdefault:
20
Maximum number of items to return per page (1-100)
Constraints
•Minimum: 1•Maximum: 100
afterstring
Cursor for forward pagination - get items after this position. Use last_cursor from previous response.
beforestring
Cursor for backward pagination - get items before this position. Use first_cursor from previous response.
include_totalbooleandefault:
false
Whether to include total count in response (expensive operation)
qstring
Search query for fuzzy matching over name and description fields
Response Body
paginationobjectrequired
Response model for cursor-based pagination.
objectstringdefault:
list
The object type of the response
dataVectorStore[]required
The list of vector stores
Error Handling
Documentation on error handling with the Mixedbread API. Learn about common status codes, how to handle them, and best practices for error handling.
Get Vector Store
Get a vector store by ID or name.
Last updated: August 19, 2025