tables
Get detailed schema for a table
Returns detailed schema information for a specific table including all columns with their data types, nullability, defaults, and constraints.
get/workspaces/{workspace_id}/tables/{table_name}
Path parameters
workspace_idstring required
Workspace ID (UUID)
table_namestring required
Table name
Response
Table schema with column details