latestSwagger 2.0Apache 2.02026-08-21111141361.2 KB

e16ed11d991c

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

columnsobject
stats_availableboolean
table_namestring