Query Frequency ReportAsk AIget https://{regionAndDomain}.com/api/query/retention/addictionQuery Paramsproject_idintegerrequiredRequired if using service account to authenticate request.workspace_idintegerThe id of the workspace if applicable.from_datestringrequiredThe date in yyyy-mm-dd format to begin querying from. This date is inclusive.to_datestringrequiredThe date in yyyy-mm-dd format to query to. This date is inclusive.unitstringenumrequiredThe overall time period to return frequency of actions for can be "day", "week", or "month".dayweekmonthAllowed:dayweekmonthaddiction_unitstringenumrequiredThe granularity to return frequency of actions at can be "hour" or "day".hourdayAllowed:hourdayeventstringThe event to generate returning counts for.wherestringAn expression to filter the returning events by. See the expressions section above.onstringThe property expression to segment the second event on. See the expressions section above.limitintegerReturn the top limit segmentation values. This parameter does nothing if "on" is not specified.Response 200Success.Updated 6 months ago