v8

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

Get Table and Its Rows

Retrieve a table and its rows based on provided parameters

get/v1/table/{table_id}

Path parameters

table_idstring uuid required

UUID of the table to retrieve

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

ignore_cached_optionsboolean

Flag to indicate whether to ignore cached options in the response.

Response

Successfully retrieved the table and its rows