v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database tables

Lists all the tables that are in the database related to the database_id parameter if the user has access to the database's workspace. A table is exactly as the name suggests. It can hold multiple fields, each having their own type and multiple rows. They can be added via the create_database_table_field and create_database_table_row endpoints.

get/api/database/tables/database/{database_id}/

Path parameters

database_idinteger required

Returns only tables that are related to the provided value.

Response

idinteger required
namestring required
orderinteger required

Lowest first.

database_idinteger required