tables
Get column-level statistics for a table
Returns column-level statistics from PostgreSQL's pg_stats view, with optional computed aggregates for numeric columns.
get/workspaces/{workspace_id}/tables/{table_name}/stats
Path parameters
workspace_idstring required
Workspace ID (UUID)
table_namestring required
Table name
Query parameters
columnsstring
Comma-separated column names to filter (default: all columns)
include_aggregatesboolean
If true, compute min/max/avg/stddev for numeric columns (default: false)
Response
Table statistics with column details