Download Raw Data for the month

HI.
I’ve been trying to download Raw Data from Raw Data Export but couldn’t figure out as to how download data for the whole month. When I try to do that on the Raw Data Export page, it offers me to download each day separately. And when I try to use requests, such as
curl --user {UNITY_PROJECT_ID}:{API_KEY} https://analytics.cloud.unity3d.com/api/v2/projects/{UNITY_PROJECT_ID}/rawdataexports/{ID} -o test.json
It gives some strange response, without creating any json file with data for the whole month.
What am I doing wrong and how to download json file for the whole month?
Thank you

@nuyanzink The curl -o [file] syntax is not used for RDE, please see the link below. Also, it only downloads for a single day, you need to loop across each day, generally using Python https://docs.unity3d.com/Manual/UnityAnalyticsRawDataExport.html .

Thanks for the reply. That is very unfortunate. Where can I find a manual to download all Raw data in Python?

There would be no manual, you would need to write the code to loop for each day. This link may help, but does not include this logic https://support.unity.com/hc/en-us/articles/115004052703-Advanced-Queries-with-Unity-Analytics-and-Raw-Data-Export. Also, you can download each day in your Unity dashboard, also.

Now I can’t even download data for a single day. When I try to do that, the page just refreshes. Tried several browsers to no avail.

I’m seeing many successful RDE reports in your dashboard from today (per your support ticket) and I’m able to download them.