provider insights GET
/api/environments/{environment_id}/insights/{id}/activity/ @utdk/posthog
/api/environments/{environment_id}/insights/{id}/activity/ environments_insights_activity_retrieve
Audit trail for a single insight — every change made to it, by whom, and when. Use this when you want the change history of a specific insight; use the project-wide activity endpoint for a broader view.
- environment_id path required
- Deprecated. Use /api/projects/{project_id}/ instead.
- string
- format query
- enum: csv, json
- id path required
- A unique integer value identifying this insight.
- integer
- limit query
- Page size. Defaults to 10.
- integer
- page query
- 1-indexed page number. Defaults to 1.
- integer
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.environmentsInsightsActivityRetrieve()