How to get all logs in Developer Portal that do not use browser to download ?

0
I need to get all Archived Log, I want to get it that I do not click each row and press the download button? How can I do that? :D
asked
1 answers
0

You can download logs for a specific date using the Deploy API. You would need to write a small script to iterate through a range of dates calling the API to download the log for that date. 


https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api/#319-download-archived-logs-for-a-specific-date-mendix-cloud-v4-only

Hope this helps.

answered