Skip to main content

Hi,

 

Im trying to get the logs using the API. i do get a 200 response but there is no data. 

 

I’m using the following request :

Invoke-WebRequest -Uri 'https://api.miro.com/v1/audit/logs?createdAfter=2023-05-27T05%3A34%3A08.000Z&createdBefore=2023-06-27T05%3A34%3A08.000Z&limit=500

 

The response is : {
  "type": "list",
  "limit": 500,
  "offset": 0,
  "size": 0,
  "data": >]
}

 

Any idea what i am doing wrong?

Hi @Rob Schenk,

Thank you for reporting this! Could you please verify that audit logs are reported on UI for the period you’re requesting? You can do it in the company settings menu.

Thanks,

Elena.


Yes, i’ve got 15000+ entry’s in the UI.


Reply