Table
Data
Query a table
Query table id with vector search, full text search and optional SQL filtering. Returns results in Arrow IPC file or stream format.
REST NAMESPACE ONLY REST namespace returns the response as Arrow IPC file binary data instead of the QueryTableResponse JSON object. The REST response maps to the QueryTableResponse model as follows:
- the Arrow IPC file binary body maps to data
- response headers map to context via the header. prefix (see the Context schema)
post/v1/table/{id}/query
Request body
Response
Query results in Arrow IPC file format