provider user_interviews GET /api/environments/{environment_id}/user_interviews/
@utdk/posthog /api/environments/{environment_id}/user_interviews/
environments_user_interviews_list
classifications query
Comma-separated classifications; returns responses carrying any of them (OR). Valid values: abandoned, off-topic.
string
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
limit query
Number of results to return per page.
integer
offset query
The initial index from which to return the results.
integer
topic query
string

Try it

Authentication
Configure credentials for PostHog API
environmentsUserInterviewsList
GET/api/environments/{environment_id}/user_interviews/

Parameters

required

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

Comma-separated classifications; returns responses carrying any of them (OR). Valid values: abandoned, off-topic.

Number of results to return per page.

The initial index from which to return the results.

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