v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
connectors

`GET /orgs/{org_id}/connectors/{connector_id}/browse/table`

Full introspection of one remote table: rich columns (defaults, identity, comments, precision), indexes, foreign keys, check constraints, table comment and size. Requires a connector advertising browse:describe (0.1.25+).

get/orgs/{org_id}/connectors/{connector_id}/browse/table

Path parameters

org_idstring required
connector_idstring required

Query parameters

connection_refstring required
schemastring required
tablestring required

Response

Table described

approx_rowsinteger required

Planner estimate; -1 when unknown.

commentstring nullable

Table description from the source's own doc mechanism.

namestring required
schemastring required
size_bytesinteger nullable

Total on-disk size (data + indexes) in bytes, when the source reports one.