Skip to main content
GET
`GET /orgs/{org_id}/connectors/{connector_id}/browse/table`

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
connector_id
string
required

Query Parameters

connection_ref
string
required
schema
string
required
table
string
required

Response

Table described

approx_rows
integer<int64>
required

Planner estimate; -1 when unknown.

check_constraints
object[]
required
columns
object[]
required
foreign_keys
object[]
required
indexes
object[]
required
name
string
required
schema
string
required
comment
string | null

Table description from the source's own doc mechanism.

size_bytes
integer<int64> | null

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