Get table schema (columns and types)
Get table schema (columns and types)
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_id
table_name
Response
Successful Response
columns
List of columns with their types and constraints
table_name
Name of the table
schema
Schema containing the table
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
501
Not Implemented Error
503
Service Unavailable Error
