provider data_warehouse GET /api/environments/{environment_id}/data_warehouse/data_ops_dashboard/
@utdk/posthog /api/environments/{environment_id}/data_warehouse/data_ops_dashboard/
environments_data_warehouse_data_ops_dashboard_retrieve
Returns the data ops overview dashboard ID for this team, creating it if it doesn't exist yet.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDataWarehouseDataOpsDashboardRetrieve
GET/api/environments/{environment_id}/data_warehouse/data_ops_dashboard/
Returns the data ops overview dashboard ID for this team, creating it if it doesn't exist yet.

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