get_insights
Retrieve saved PostHog insights by ID to access result data for funnels, retention, or trend charts.
Instructions
Fetch a PostHog insight by ID and return its result data. Use this to retrieve saved insights like funnels, retention, or trend charts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Whether to force a fresh calculation instead of returning cached results | |
| insight_id | Yes | The numeric ID of the PostHog insight to retrieve |