provider user_interview_topics GET /api/environments/{environment_id}/user_interview_topics/{id}/
@utdk/posthog /api/environments/{environment_id}/user_interview_topics/{id}/
environments_user_interview_topics_retrieve
Planned user interview topics: who we want to target and what we want to ask about.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this user interview topic.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsUserInterviewTopicsRetrieve
GET/api/environments/{environment_id}/user_interview_topics/{id}/
Planned user interview topics: who we want to target and what we want to ask about.

Parameters

required

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

required

A UUID string identifying this user interview topic.

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