v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-3089191317.6 KB
vector_stores

Search With Vector

Search a vector store using either text or a vector.

post/api/v1/vector_stores/{vector_store_id}/search

Path parameters

vector_store_idstring uuid required

Query parameters

context_idstring uuid nullable

Request body

query_vectornumber[] required

Vector to search for

limitinteger

Maximum number of results to return

Response

Successful Response

total_countinteger required
has_moreboolean
next_page_tokenstring uuid nullable required