Skip to main content

Get Table Schema

GET 

/v1/connections/:connection_type/:connection_id/table-schema

Get column schema for a specific table.

Args: connection_type: Connection type for routing connection_id: Connection ID table: Table name database: Optional database/schema name

Returns: List of columns with their data types and properties

Request

Responses

Successful Response