Skip to main content
GET
Funnels

Query Funnels

Retrieve funnel analysis data including conversion rates, step counts, and drop-off information.

Query Saved Funnel

integer
required
Your Mixpanel project ID
integer
The workspace ID
integer
required
The ID of the funnel you wish to query
string
required
Start date in YYYY-MM-DD format
string
required
End date in YYYY-MM-DD format
integer
The number of units (defined by length_unit) each user has to complete the funnel. May not be greater than 90 days.
string
The unit applied to the length parameter.Options: second, minute, hour, dayDefault: Value saved in the UI for this funnel
integer
The number of days you want each bucket to contain. Default is 1.
string
Alternate way of specifying interval.Options: day, week, month
string
Property to segment the funnel by (e.g., properties["$browser"])
string
Expression to filter events. See segmentation expressions
integer
Return the top property values. Defaults to 255, maximum 10,000. Only applies when on is specified.

Example Request

Response

object
Metadata about the funnel query
object
Funnel data for each date, with dates as keys

List Saved Funnels

Get a list of all funnels in your project.

Request

integer
required
Your Mixpanel project ID
integer
The workspace ID

Example

Response

Use Cases

Monitor Conversion Rates

Alert on Drop-offs