provider hog_flows GET /api/environments/{environment_id}/hog_flows/
@utdk/posthog /api/environments/{environment_id}/hog_flows/
environments_hog_flows_list
created_at query
string
created_by query
integer
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id query
string
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
status query
* `draft` - Draft * `active` - Active * `archived` - Archived
enum: active, archived, draft
updated_at query
string

Try it

Authentication
Configure credentials for PostHog API
environmentsHogFlowsList
GET/api/environments/{environment_id}/hog_flows/

Parameters

required

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

Number of results to return per page.

The initial index from which to return the results.

* `draft` - Draft * `active` - Active * `archived` - Archived

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