Averages an expression for events per unit time. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries. Example response: { "status": "ok", "results": { "2024-01-01": 25.5, "2024-01-02": 32.75, "2024-01-03": 28.25 } }
onRequiredstringThe numeric expression to average per unit time (should evaluate to a number)
unitstringShorter time units for certain Mixpanel operations.
eventRequiredstringThe event to get data for (single event name)
wherestringAn expression to filter events by
to_dateRequiredstringThe date in yyyy-mm-dd format to query to (inclusive)
from_dateRequiredstringThe date in yyyy-mm-dd format to begin querying from (inclusive)
project_idRequiredintegerRequired if using service account to authenticate request
workspace_idintegerThe id of the workspace if applicable
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.