How to export all data resources in a database?

I have a database and I am hoping to export all the fields in that database. What is the best way to achieve that in Adalo? The equivalent of a get API call where I am looking for all records.

Where are you exporting to? You could just export a CSV file of the collection?

I would like to export it to show on the site or via an integration, send an email with all records