Skip to main content
POST
Query rows

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Table id

Body

application/json
filters
any[]

Each entry: { "field": "<slug>", "op": "eq|neq|gt|gte|lt|lte|contains|is_empty|is_not_empty", "value": <any> }.

limit
integer<int64> | null
offset
integer<int64> | null
select
string[] | null

Field slugs to return; omitted = all fields.

sorts
any[]

Each entry: { "field": "<slug>", "desc": <bool> }.

Response

200

Rows