Get table schema (columns and types)

Beta
Get the schema for a specific table, including column names, types, nullability, and default values. Useful for agent tooling and dynamic form generation.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

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

Path parameters

asset_idstringRequired
table_namestringRequired

Response

Successful Response
columnslist of objects
List of columns with their types and constraints
table_namestring
Name of the table
schemastring or nullDefaults to public
Schema containing the table

Errors