provider insights GET
/api/projects/{project_id}/insights/{id}/activity/ @utdk/posthog
/api/projects/{project_id}/insights/{id}/activity/ 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.
- 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
- 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.insightsActivityRetrieve()