You can put the conditions {networkId[sarray], serials[array],statuses[array],models[array], productTypes[array]} with the request: Curl: curl -L --request GET --url "https://api.meraki.com/api/v1/organizations/12345/devices/statuses?serials[]=Q2CV-XXXX-XXXX" --header "Content-Type: application/json" --header "Accept: application/json" --header "X-Cisco-Meraki-API-Key: 1234567890" Python: myDevDetail = dashboard.organizations.getOrganizationDevicesStatuses(myOrgID,serials = myDev['serial'])
... View more