provider data_modeling_jobs GET /api/environments/{environment_id}/data_modeling_jobs/recent/
@utdk/posthog /api/environments/{environment_id}/data_modeling_jobs/recent/
environments_data_modeling_jobs_recent_retrieve
Get the most recent non-running job for each saved query from the v2 backend.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDataModelingJobsRecentRetrieve
GET/api/environments/{environment_id}/data_modeling_jobs/recent/
Get the most recent non-running job for each saved query from the v2 backend.

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