execute_insight
Execute a saved PostHog insight by ID to retrieve its results. Find insight IDs using list_dashboards.
Instructions
Execute a saved PostHog insight by ID and return the results. Use list_dashboards to find insight IDs, or pass a raw insight definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Force a fresh computation (default false, uses cache) | |
| insight_id | Yes | The saved insight ID to execute |