Hi @JohnYa5, AEP query service APIs doesnt support this. There were data access APIs (deprecated now and recommendation is to use destinations to export data).
Two ways you may accomplish this :
- I'm sure the journey metadata that you're looking forward to fetch from AJO system datasets you may not need in realtime hence daily cadence to export this data to a destination (E.g. S3) would be a viable solution and later filter/process it for downstream application.
- If you have data distiller, schedule your query (same one that you're looking forward to execute via postman) daily within platform that reads data from AJO datasets and store results into a dataset which you can export daily for downstream application.
Hope this helps.
Regards,
Atul