provider warehouse_saved_queries GET /api/environments/{environment_id}/warehouse_saved_queries/{id}/dependencies/
@utdk/posthog /api/environments/{environment_id}/warehouse_saved_queries/{id}/dependencies/
environments_warehouse_saved_queries_dependencies_retrieve
Return the count of immediate upstream and downstream dependencies for this saved query.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this data warehouse saved query.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsWarehouseSavedQueriesDependenciesRetrieve
GET/api/environments/{environment_id}/warehouse_saved_queries/{id}/dependencies/
Return the count of immediate upstream and downstream dependencies for this saved query.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A UUID string identifying this data warehouse saved query.

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