provider data_warehouse GET /api/environments/{environment_id}/data_warehouse/total_rows_stats/
@utdk/posthog /api/environments/{environment_id}/data_warehouse/total_rows_stats/
environments_data_warehouse_total_rows_stats_retrieve
Returns aggregated statistics for the data warehouse total rows processed within the current billing period. Used by the frontend data warehouse scene to display usage information.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDataWarehouseTotalRowsStatsRetrieve
GET/api/environments/{environment_id}/data_warehouse/total_rows_stats/
Returns aggregated statistics for the data warehouse total rows processed within the current billing period. Used by the frontend data warehouse scene to display usage information.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

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.environmentsDataWarehouseTotalRowsStatsRetrieve()