Sure Philip.
The easiest way is probably to use the Postman collection but I can also provide you with some node or python code if needed.
For Postman:
a GET on
https://api.meraki.com/api/v0/networks/{{YOUR_NETWORK_ID}}/securityEvents?t0=1572562800&t1=1575154799&perPage=1000
Should returns the security events between:
Friday, November 1, 2019 12:00:00 AM GMT+01:00 and Saturday, November 30, 2019 11:59:59 PM GMT+01:00
On our side => Empty.
And it's very unlikely 😉
You can try for any other period prior December.
For July for example with the following t0: 1561932000 and t1: 1564610399
On the other way around, for December, we have some results with the following t0 : 1575154800 and t1: 1577833199