v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Get Table Rows

Retrieve rows from a table based on provided query parameters.

get/v1/table/{table_id}/row

Path parameters

table_idstring uuid required

UUID of the table from which rows are to be retrieved

Query parameters

pageinteger

Page number for pagination

sizeinteger

Number of items per page for pagination

sortstring

Sorting criteria for the table rows

filterstring

Filter criteria for the table rows

last_updated_atstring date-time

Filter for rows updated after this date

last_created_atstring date-time

Filter for rows created after this date

next_page_tokenstring

Token for fetching the next page of results

columnsstring[]

Specific columns to include in the response

distinct_columnsstring[]

Columns to apply distinct filtering

Response

Successfully retrieved table rows