Skip to main content
POST
Exact match

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

database
string
required

Target database.

Body

application/json

POST /v1/exact_match/{database}. Unranked; projection is optional (absent ⇒ the engine-native _id + score).

field_name
string
required
table_name
string
required
value
string
required
projection
string[] | null

Response

Matching rows as an Arrow IPC stream (application/vnd.apache.arrow.stream), or JSON when the request sends Accept: application/json.

Last modified on August 27, 2026