Mixpanel
Analytics

Mixpanel Connector

Connect to Mixpanel for event tracking, analytics queries, funnel analysis, retention metrics, and user profiles.

$pip install "toolsconnector[mixpanel]"
14
Actions
Analytics
Category
Free
Apache 2.0

All 14 Actions

Action Description Parameters Returns
create_annotation ⚠Create an annotation in Mixpaneldate, descriptiondict
delete_profile ⚠Delete a user profiledistinct_idbool
export_dataExport raw event datafrom_date, to_date  [event]list
get_event_countGet event count for a date rangeevent, from_date, to_datedict
get_funnelsGet funnel analysisfunnel_id, from_date, to_dateMixpanelFunnel
get_property_valuesGet property values for an eventevent, property  [limit]list
get_retentionGet retention analysisfrom_date, to_date, eventMixpanelRetention
get_segmentationGet segmentation data for an eventevent, from_date, to_date  [segment_property]dict
get_top_eventsGet top events by volume[limit]list
get_user_profileGet a user profile by distinct IDdistinct_idMixpanelProfile
list_cohortsList cohorts in Mixpanellist
list_event_namesList all event nameslist
query_eventsQuery events within a date rangefrom_date, to_date  [event, limit]PaginatedList[MixpanelEvent]
track_eventTrack an eventevent, properties, distinct_idMixpanelTrackResult
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing