Universally query points. This endpoint covers all capabilities of search, recommend, discover, filters. But also enables hybrid and multi-stage queries.
Name of the collection to query
Define read consistency guarantees for the operation
If set, overrides global timeout for this request. Unit is seconds.
Sub-requests to perform first. If present, the query will be performed on the results of the prefetch(es).
Query to perform. If missing without prefetches, returns points ordered by their IDs.
Define which vector name to use for querying. If missing, the default vector is used.
Filter conditions - return only those points that satisfy the specified conditions.
Search params for when there is no prefetch
Return points with scores better than this threshold.
Max number of points to return. Default is 10.
Offset of the result. Skip this many points. Default is 0
Options for specifying which vectors to include into the response. Default is false.
Options for specifying which payload to include or not. Default is false.
The location to use for IDs lookup, if not specified - use the current collection and the ‘using’ vector Note: the other collection vectors should have the same vector size as the ‘using’ vector in the current collection
successful operation
Time spent to process this request