list_saved_funnels
Retrieve saved funnel analyses from your Mixpanel project to identify existing funnels and obtain their IDs for detailed examination.
Instructions
List available saved funnels in the project. Useful for discovering existing funnel analyses and getting funnel IDs for further analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No | The Mixpanel project ID. Optional since it has a default. |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "The Mixpanel project ID. Optional since it has a default.",
"type": "string"
}
},
"type": "object"
}