provider health_issues GET /api/environments/{environment_id}/health_issues/summary/
@utdk/posthog /api/environments/{environment_id}/health_issues/summary/
Summarize active health issues
Returns aggregated counts of active, non-dismissed health issues for the project, broken down by severity and by kind. Use for a quick overview of overall project health before drilling in with the list endpoint.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsHealthIssuesSummaryRetrieve
GET/api/environments/{environment_id}/health_issues/summary/
Returns aggregated counts of active, non-dismissed health issues for the project, broken down by severity and by kind. Use for a quick overview of overall project health before drilling in with the list endpoint.

Parameters

required

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

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