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

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