Hi, can you tell me your use case?
I wrote a query that can help you get those details if you’re familiar with phpMyAdmin then you can run that query to get the records and then export it as csv from phpMyAdmin: https://pastebin.com/18LEJgfL
If you’re not familiar with it then you can have a look at these guides: https://hostgator.com/help/article/how-to-run-sql-queries-in-phpmyadmin you need to run the query on the database for your site.
– Inside the SQL change wp_
to be the prefix of your table names if they’re different.
– The date inside the current query is From 19th October 21 To 17th November. Change according to your needs in the format Year-Month-Day
Once you run the query you will be able to use phpMyAdmin to export the results. You can google some more on how to do this. I tested the query and can confirm it works