provider insights GET
/api/projects/{project_id}/insights/activity/ @utdk/posthog
/api/projects/{project_id}/insights/activity/ insights_all_activity_retrieve
Project-wide audit trail across all insights — who created, edited, deleted, or restored insights, what changed (with before/after diffs), and when. Useful for surfacing what people (or agents) have been working on recently.
- format query
- enum: csv, json
- 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.insightsAllActivityRetrieve()