Hi Philip. No, we see the traffic in Meraki dashboard with no gaps. There is another piece of information. I've played around with the "timespan" parameter and experimentally found that if it is set to at least 30 minutes (timespan=1800), the API always returns some values. So, I ran my script in two sessions in parallel, first with timespan=60 and second with timespan=1800. As expected, the second session always had values, while the first session had 10-minute gaps. Also, when the first session (1min interval) had values, they were roughly equal to values from the second session (30 min interval) divided by 30.
... View more