provider data_warehouse GET /api/projects/{project_id}/data_warehouse/total_rows_stats/
@utdk/posthog /api/projects/{project_id}/data_warehouse/total_rows_stats/
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.
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
dataWarehouseTotalRowsStatsRetrieve
GET/api/projects/{project_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

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

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