list_saved_cohorts
Retrieve saved user cohorts from your Mixpanel project to identify existing segments and obtain cohort IDs for detailed analysis.
Instructions
List user cohorts in the project. Useful for discovering existing user segments and getting cohort IDs for 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"
}