Skip to main content
GET
Get Table Schema

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableName
string
required

Response

Table schema

table_name
string
columns
object[]
foreignKeys
object[]

Table-level foreign key constraints (one entry per constraint)