---
title: "Query Saved Report"
method: GET
path: "/funnels"
tags: ["Funnels"]
---

# Query Saved Report

`GET /funnels`

Get data for a funnel. 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
- `funnel_id` integer, required
- `from_date` string, required
- `to_date` string, required
- `length` integer
- `length_unit` 'day' | 'hour' | 'minute' | 'second' — The unit applied to the length parameter can be "second", "minute", "hour", or "day". Defaults to the value that was previously saved in the UI for this funnel.
- `interval` integer
- `unit` 'day' | 'week' | 'month'
- `on` string
- `where` string
- `limit` integer

## Response `200`

Success

- object
  - `meta` object
    - `dates` string[]
  - `data` object

---

[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)
