Skip to main content
POST
Fetch entity rows by IDs, with optional relational expand

Authorizations

Authorization
string
header
required

API key passed as Bearer token (e.g. "Bearer your-api-key")

Path Parameters

entity
string
required

Curated entity name — see GET /query/describe for the set the host exposes.

Body

application/json
ids
string<uuid>[]
required
Required array length: 1 - 500 elements
expand
string[]
filter
object
include_sql
boolean
scope
object

Response

entity
string
required
rows
object[]
required
count
integer
required
sql
string
params
any[]