Skip to main content
POST
Table Query

Body

application/json
project_id
string
required

The ID of the project

Example:

"my_entity/my_project"

digest
string
required

The digest of the table to query

Example:

"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"

filter
TableRowFilter · object | null

Optional filter to apply to the query. See TableRowFilter for more details.

Example:
limit
integer | null

Maximum number of rows to return

Example:

100

offset
integer | null

Number of rows to skip before starting to return rows

Example:

10

sort_by
SortBy · object[] | null

List of fields to sort by. Fields can be dot-separated to access dictionary values. No sorting uses the default table order (insertion order).

Example:

Response

Successful Response

rows
TableRowSchema · object[]
required