Query a saved Insights report
mixpanel_query_insightsFetch the computed data behind a saved Insights report by bookmark_id (the report id in the board URL). Mixpanel's recommended, non-deprecated path for programmatic reporting. Query API: GET /insights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookmark_id | Yes | Insights report id (bookmark_id) from the report URL. | |
| workspace_id | No | Workspace id, if applicable. |