Skip to main content
POST
Browse Rows

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

databaseId
string
required

The database's id (UUID), from databases.list.

Body

application/json
schema
string
required
relation
string
required
limit
integer

Page size from 1 to 100. Defaults to 50.

cursor
string

Opaque cursor from the previous page.

sort
object
filters
object[]

At most five filters. Columns are verified and values are parameterized.

Response

A bounded row page.

columns
object[]
required
rows
object[]
required
nextCursor
string | null
required
durationMs
number
required
rowCount
integer
required
bytes
integer
required
truncated
boolean
required

True when the server row or byte ceiling stopped collection.