mixpanel
by dragonkhoi
Verified
query_funnel_report
Get data for a funnel based on a funnel_id. Funnel IDs should be retrieved using the list_saved_funnels tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | Yes | The date in yyyy-mm-dd format to begin querying from (inclusive) | |
funnel_id | Yes | The Mixpanel funnel ID that you wish to get data for | |
interval | No | The number of days you want each bucket to contain | |
length | No | The number of units each user has to complete the funnel | |
length_unit | No | The unit applied to the length parameter | |
project_id | No | The Mixpanel project ID | |
to_date | Yes | The date in yyyy-mm-dd format to query to (inclusive) | |
unit | No | Alternate way of specifying interval | |
workspace_id | No | The ID of the workspace if applicable |