provider health_issues GET
/api/projects/{project_id}/health_issues/summary/ @utdk/posthog
/api/projects/{project_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.
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.healthIssuesSummaryRetrieve()