query_profiles
Filter and retrieve user profile data from Mixpanel using the Engage API. Specify properties to return and apply filters for targeted analysis.
Instructions
Query user profiles using the Engage API. Filter and retrieve user profile data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | No | Filter expression (e.g. 'properties["$last_seen"] > "2024-01-01"') | |
| output_properties | No | List of profile properties to return | |
| page | No | Page number for pagination | |
| session_id | No | Session ID for paginated queries | |
| page_size | No | Number of results per page (min 100, default: 1000) |