mixpanel

by dragonkhoi
Verified

query_insights_report

Get data from your Insights reports

Input Schema

NameRequiredDescriptionDefault
bookmark_idYesThe ID of your Insights report
project_idNoThe Mixpanel project ID
workspace_idNoThe ID of the workspace if applicable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bookmark_id": { "description": "The ID of your Insights report", "type": "string" }, "project_id": { "description": "The Mixpanel project ID", "type": "string" }, "workspace_id": { "description": "The ID of the workspace if applicable", "type": "string" } }, "required": [ "bookmark_id" ], "type": "object" }