Get Flag Definitions
Get Flag Definitions
Retrieve all enabled feature flag definitions for the authenticated project. Returns complete flag metadata including rulesets, variants, and rollout configurations.
GET
Get Feature Flag Definitions
This endpoint returns the flag definitions for all enabled feature flags within a Mixpanel project.
This endpoint returns a set of the flag definitions that are currently provisioned within a Mixpanel project and are enabled. This is used in local evaluation by Mixpanel service side SDK’s such as the Python SDK. Local evaluation polls for flag definitions according to provided configuration and assignment to a variant is implemented directly by the SDK without making a network request.
Authorizations
Project Secret
Query Parameters
Your project token
The Mixpanel project_id. Provide if using service account auth.
Response
Success
Response containing all enabled feature flag definitions
Array of enabled feature flag definitions
Get Feature Flag Definitions