provider customer_journeys GET /api/environments/{environment_id}/customer_journeys/{id}/
@utdk/posthog /api/environments/{environment_id}/customer_journeys/{id}/
environments_customer_journeys_retrieve
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsCustomerJourneysRetrieve
GET/api/environments/{environment_id}/customer_journeys/{id}/

Parameters

required

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

required

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