How can I download all requests from a project?

I’ve created a few test requests but one of them is having issues. So I’m trying to dump all the requests so I can do a thorough comparison between the two. How can this be done?

Here’s the response based on the core points:

Do you want to export the requests locally to compare them? You can copy the requests as cURL from the actual request tab. Usually this issue comes from parameter differences - you could also open another Apidog window to compare both requests side by side.