Skip to main content
POST
Cohorts

Query Cohorts

List saved cohorts and retrieve cohort membership information.

List Saved Cohorts

integer
required
Your Mixpanel project ID
integer
The workspace ID

Example Request

Response

integer
Number of users currently in the cohort
integer
Visibility status (0 = not visible, 1 = visible)
string
Cohort description
string
Creation timestamp
integer
Project ID
integer
Cohort ID
string
Cohort name

Query Cohort Members

Use the /engage endpoint with filter_by_cohort parameter to get users in a cohort:
See the Engage documentation for more details on querying profiles.