Run hybrid query

Beta

Current TraceDB v1 product route. This OpenAPI artifact is generated from the checked-in route manifest.

Authentication

AuthorizationBearer

Required by gateway-managed routes; direct local engine development can use any token.

Request

This endpoint expects an object.
cursorstring or nullOptional
Opaque cursor returned by the previous query page.
explainbooleanOptional
freshnessstringOptional
graph_seedstring or nullOptional
scalar_eqmap from strings to anyOptional
Scalar equality predicates keyed by schema scalar column.
tablestringOptional
temporal_as_ofinteger or nullOptional
tenant_idstringOptional
textstring or nullOptional
text_fieldstring or nullOptional

Optional schema text-indexed column to search. When omitted, TraceDB searches all text-indexed columns for backwards-compatible fieldless queries.

top_kintegerOptional>=0
vectorlist of doubles or nullOptional
vector_fieldstring or nullOptional

Optional schema vector column to score. When omitted, TraceDB uses the first vector column for backwards-compatible fieldless queries.

Response

Successful TraceDB response.
explainobjectOptional
Explain response.
next_cursorstring or nullOptional
resultslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error