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
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.environmentsHogFlowsList()