provider insights GET /api/environments/{environment_id}/insights/{insight_id}/thresholds/{id}/
@utdk/posthog /api/environments/{environment_id}/insights/{insight_id}/thresholds/{id}/
environments_insights_thresholds_retrieve
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this threshold.
string
insight_id path required
integer

Try it

Authentication
Configure credentials for PostHog API
environmentsInsightsThresholdsRetrieve
GET/api/environments/{environment_id}/insights/{insight_id}/thresholds/{id}/

Parameters

required

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

required

A UUID string identifying this threshold.

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