Hi thanks for the link to GitHub. The approach taken in the Python script is iterative. By this I mean it queries for a list of networks (for a given org ID), then for each network it gets all the devices, then for each devices it then gets all the clients, then for each client it collects data. This is what we already do today (roughly). What I was requesting from Meraki with my initial post, was to have an API endpoint which provided the information in bulk for a given organization or network, without needing to make API calls for each client. If there is a better way of making a API enhancement request, I'd be happy to explore that route. Thanks Martin
... View more