provider data_warehouse GET /api/environments/{environment_id}/data_warehouse/job_stats/
@utdk/posthog /api/environments/{environment_id}/data_warehouse/job_stats/
environments_data_warehouse_job_stats_retrieve
Returns success and failed job statistics for the last 1, 7, or 30 days. Query parameter 'days' can be 1, 7, or 30 (default: 7).
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDataWarehouseJobStatsRetrieve
GET/api/environments/{environment_id}/data_warehouse/job_stats/
Returns success and failed job statistics for the last 1, 7, or 30 days. Query parameter 'days' can be 1, 7, or 30 (default: 7).

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