Hi Team, I’m new to Cisco Meraki and would appreciate your guidance. I’m trying to generate a daily network usage report from the Meraki dashboard, scheduled to run every day at 11:55 PM. Currently, we have one organization with around 20 networks, and I’d like to collect usage data for all networks and store it in a database (I can handle the database part). I explored using the Meraki Dashboard API, but pulling usage data for all networks requires a large number of API calls. I’m concerned this could eventually hit the API rate limits. I also tried using the automated script, but I keep getting the following error: @ INFO: Script started at 2026-02-05 09:30:30.590318 @ INFO: Retrieving organization info @ ERROR 14: Unable to retrieve org list and error What’s confusing is that the same API key works perfectly when I use it in my own code for basic API requests, but it fails when used with the automated script. I noticed the dashboard provides an option to manually download CSV reports, but downloading files for each network every day doesn’t seem practical. How would you approach this problem, and what would be the recommended way to automate daily usage reporting at scale? Thanks in advance for your help.
... View more