# Daily Activity Insights Provides a percentage of daily activity for the queried days. Please allow for a warmup period of between 2 and 4 hours after first being activated. Endpoint: GET /insights/v2/activity/daily ## Query parameters: - `start_date` (string, required) The first date to include within the results. Example: "2025-03-20" - `end_date` (string, required) The last date to include within the results. Example: "2025-04-24" - `timezone` (string) Optional If set, the provided value will be used to perform end of day calculations. Example: "America/Toronto" ## Response 200 fields (application/json): - `date` (string) Date that the results are related to. - `percent_active` (number) Percentage of time that activity occurred within the sample. - `ts` (integer) Epoch timestamp.