provider health_issues GET /api/environments/{environment_id}/health_issues/{id}/
@utdk/posthog /api/environments/{environment_id}/health_issues/{id}/
Get a health issue
Fetches a single health issue, enriched with the owning check's rendered explanation: a title, a one-line summary of what's wrong, a deep link to the relevant page, and remediation guidance for how to fix it.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this health issue.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsHealthIssuesRetrieve
GET/api/environments/{environment_id}/health_issues/{id}/
Fetches a single health issue, enriched with the owning check's rendered explanation: a title, a one-line summary of what's wrong, a deep link to the relevant page, and remediation guidance for how to fix it.

Parameters

required

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

required

A UUID string identifying this health issue.

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