provider health_issues GET
/api/environments/{environment_id}/health_issues/ @utdk/posthog
/api/environments/{environment_id}/health_issues/ List health issues
Lists health issues detected across all of this project's PostHog health checks (outdated SDKs, data warehouse sync failures, missing web analytics events, ingestion warnings, and more). Filter by status, severity, kind, or dismissed state.
- dismissed query
- Filter by dismissed state. Omit to include both dismissed and non-dismissed issues.
- boolean
- environment_id path required
- Deprecated. Use /api/projects/{project_id}/ instead.
- string
- kind query
- Only return issues from this check kind (e.g. 'sdk_outdated').
- string
- limit query
- Number of results to return per page.
- integer
- offset query
- The initial index from which to return the results.
- integer
- severity query
- Only return issues with this severity. One of: 'critical', 'warning', 'info'.
- string
- status query
- Only return issues with this status. One of: 'active', 'resolved'.
- 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.environmentsHealthIssuesList()