List tables
tables
List tables
List the organisation’s tables with cursor pagination and optional filters.
GET
List tables
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by created_at after this instant (ISO 8601).
Filter by created_at before this instant (ISO 8601).
Filter by name (case-insensitive contains).
Maximum string length:
255Filter to tables created by this user.
Maximum string length:
64The number of items to return.
Required range:
1 <= x <= 100Available options:
id, created_at, updated_at, name, owner_user_id Available options:
asc, desc Set the cursor to the next or previous page. You can get the cursor from the previous page's response.