Hi @Adobe_WanKenobi
You should be able to do this via API. Something like:
POST https://platform.adobe.io/data/export
{
"dataSetId": "dataset_id",
"destination": {
"type": "s3",
"uri": "s3://bucket-path/path/to/export",
"fileName": "name.csv"
},
"fileFormat": "CSV",
"filters": {
...