Warehouse Column
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET |
List all warehouse column statistics
Read per-column data statistics (null fraction, min/max, row count) for warehouse tables.
Statistics are computed automatically after a sync and surfaced to the AI agent so it can write
better queries. They are system-owned and read-only here. List can be filtered to one table with
?table_id=<uuid>.
Required API key scopes
warehouse_table:readQuery parameters
- limitinteger
- offsetinteger
- table_idstring
Response
Example request
GET /api /projects /:project_id /warehouse_column_statisticsExample response
Status 200
RESPONSE
Retrieve warehouse column statistics
Read per-column data statistics (null fraction, min/max, row count) for warehouse tables.
Statistics are computed automatically after a sync and surfaced to the AI agent so it can write
better queries. They are system-owned and read-only here. List can be filtered to one table with
?table_id=<uuid>.
Required API key scopes
warehouse_table:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /warehouse_column_statistics /:idExample response
Status 200
RESPONSE