v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
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

statusstring
tablesobject

Object with table_id as keys

totalinteger

Total number of tables (before pagination)

limitinteger

Limit used

offsetinteger

Offset used

countinteger

Number of tables in current page

Example response

{
  "status": "success"
}
All 25 operations