provider warehouse_column_statistics GET /api/projects/{project_id}/warehouse_column_statistics/
@utdk/posthog /api/projects/{project_id}/warehouse_column_statistics/
warehouse_column_statistics_list
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>`.
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
table_id query
Only return statistics for this data warehouse table.
string

Try it

Authentication
Configure credentials for PostHog API
warehouseColumnStatisticsList
GET/api/projects/{project_id}/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>`.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Number of results to return per page.

The initial index from which to return the results.

Only return statistics for this data warehouse table.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.warehouseColumnStatisticsList()