Query API
Funnels
Query funnel analysis data
GET
Funnels
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mixpanel/docs/llms.txt
Use this file to discover all available pages before exploring further.
Query Funnels
Retrieve funnel analysis data including conversion rates, step counts, and drop-off information.Query Saved Funnel
Your Mixpanel project ID
The workspace ID
The ID of the funnel you wish to query
Start date in
YYYY-MM-DD formatEnd date in
YYYY-MM-DD formatThe number of units (defined by
length_unit) each user has to complete the funnel. May not be greater than 90 days.The unit applied to the
length parameter.Options: second, minute, hour, dayDefault: Value saved in the UI for this funnelThe number of days you want each bucket to contain. Default is
1.Alternate way of specifying interval.Options:
day, week, monthProperty to segment the funnel by (e.g.,
properties["$browser"])Expression to filter events. See segmentation expressions
Return the top property values. Defaults to 255, maximum 10,000. Only applies when
on is specified.Example Request
Response
Metadata about the funnel query
Funnel data for each date, with dates as keys
List Saved Funnels
Get a list of all funnels in your project.Request
Your Mixpanel project ID
The workspace ID
Example
Response
Use Cases
Monitor Conversion Rates
Alert on Drop-offs
Funnels