You would need to write a script and use the Dashboard API.
The function you need is:
HTTP REQUEST
GET /networks/[networkId]/devices
PARAMETERS
SAMPLE REQUEST
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -X GET -H 'Content-Type: application/json' 'https:
SAMPLE RESPONSE
Successful HTTP Status: 200
[
{
"name":"My AP",
"lat":37.4180951010362,
"lng":-122.098531723022,
"serial":"Q2XX-XXXX-XXXX",
"mac":"00:11:22:33:44:55:66",
"model":"MR34",
"address":"1600 Pennsylvania Ave",
"lanIp":"1.2.3.4"
"tags":" recently-added ",
"networkId":"N_1234",
"beaconIdParams": {
"uuid": "00000000-0000-0000-0000-000000000000",
"major": 5,
"minor": 3,
}
}
]