When I try to use this endpoint, with either the serials or networkIds filters to retrieve a subset of data, I get a 502 bad gateway response if the array used for either filter is over a certain size. https://developer.cisco.com/meraki/api-latest/#!get-organization-devices-statuses Not sure what the size limit is, previously I've filtered on networkIds and just modified my script to loop through multiple smaller lists of ID, but today I've tried a list of 68 device serials and had the same error. I know I could just retrieve all devices and use some list comprehension or a loop to dig out the ones I need, but it seems like unnecessary extra code. Am I doing something wrong here, or is there some kind of undocumented limit?
... View more