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.