Table Management
List all tables
Returns a paginated list of all tables. Only returns tables that have both db_id and table_id fields.
get/tables
Query parameters
limitinteger
Number of tables to return (default: 15, max: 100)
offsetinteger
Number of tables to skip for pagination (default: 0)
Response
successful operation
Example response
{
"status": "success"
}