v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2193427579.9 KB
VectorIO

Search a vector store (OpenAI-compatible).

Search a vector store (OpenAI-compatible).

post/v1/vector_stores/{vector_store_id}/search

Path parameters

vector_store_idstring required

The vector store identifier.

The vector store identifier.

Request body

filtersobject nullable

Filters to apply to the search.

max_num_resultsinteger

Maximum number of results to return.

rewrite_queryboolean

Whether to rewrite the query for better results.

search_modestring nullable

The search mode to use (e.g., 'vector', 'keyword').

Response

Search results.

object'vector_store.search_results.page'
search_querystring[] required
has_moreboolean required
next_pagestring nullable