Insights
Query Saved Report
Get data from your Insights reports. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
GET
Query Saved Report
Authorizations
Service Account
Query Parameters
Required if using service account to authenticate request.
The id of the workspace if applicable.
The ID of your Insights report can be found from the url: https://mixpanel.com/project/<YOUR_PROJECT_ID>/view/<YOUR_WORKSPACE_ID>/app/boards#id=12345&editor-card-id=%22report-<YOUR_BOOKMARK_ID>%22
Response
200 - application/json
Success
Explanation of what the nested keys mean in series.
Maps event name of event to an object with dates as keys and number of instances as values. For example:
{
'Viewed page': {
'2020-08-17T00:00:00-07:00': 7832,
'2020-08-24T00:00:00-07:00': 6234,
}
}Query Saved Report