provider warehouse_saved_queries GET /api/environments/{environment_id}/warehouse_saved_queries/
@utdk/posthog /api/environments/{environment_id}/warehouse_saved_queries/
environments_warehouse_saved_queries_list
Create, Read, Update and Delete Warehouse Tables.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
page query
A page number within the paginated result set.
integer
search query
A search term.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsWarehouseSavedQueriesList
GET/api/environments/{environment_id}/warehouse_saved_queries/
Create, Read, Update and Delete Warehouse Tables.

Parameters

required

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

A page number within the paginated result set.

A search term.

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