provider warehouse_saved_queries POST
/api/projects/{project_id}/warehouse_saved_queries/{id}/descendants/ @utdk/posthog
/api/projects/{project_id}/warehouse_saved_queries/{id}/descendants/ warehouse_saved_queries_descendants_create
Return the descendants of this saved query.
By default, we return the immediate children. The `level` parameter can be used to
look further ahead into the descendants tree. If `level` overshoots (i.e. points to only
descendants further than a leaf), we return an empty list.
- id path required
- A UUID string identifying this data warehouse saved query.
- string
- 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
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.warehouseSavedQueriesDescendantsCreate()