provider warehouse_column_statistics GET
/api/projects/{project_id}/warehouse_column_statistics/{id}/ @utdk/posthog
/api/projects/{project_id}/warehouse_column_statistics/{id}/ warehouse_column_statistics_retrieve
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>`.
- id path required
- A UUID string identifying this warehouse column statistics.
- string
- 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
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.warehouseColumnStatisticsRetrieve()