# [BETA] Daily Activity Insights [BETA] 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/{network_id}/activity/daily Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## 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) 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.