---
title: "Query Saved Report"
method: GET
path: "/insights"
tags: ["Insights"]
---

# Query Saved Report

`GET /insights`

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.

## Query parameters

- `project_id` integer, required
- `workspace_id` integer
- `bookmark_id` integer, required

## Response `200`

Success

- object
  - `computed_at` string
  - `date_range` object
    - `from_date` string
    - `to_date` string
  - `headers` string[] — Explanation of what the nested keys mean in `series`.
  - `series` object — Maps event name of event to an object with dates as keys and number of instances as values. For example:

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
