Export filtered view?

Hi

I want to export data from a specific table. In that table I have over 1 million rows, so I filtered the data to my needs. Then I thought okey nice now I can export that filtered view through the export button above in dashboard, but after exporting Ive realised that it just exported the first 10.000 rows of the default table.

So my question is if it is possible to export data of a filtered table, so only data of a table that is actually needed ?

I think that’s not currently possible using the dashboard. You can query the API directly though and export it in json. Then you can convert json to csv.