Expand my Community achievements bar.

Fetch Batch id in AEP

Avatar

Level 2

Hi All,

 

I want to fetch all batch id of dataflow that are created in each data insert in dataset.

As there is limit to see only last 30 days batch id.

If anyone now kindly reply ASAP.

 

Thank You,

Saurabh

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Employee Advisor

@Saurabh__G That reminded me of a similar situation where we used the following API call to fetch all successful BatchIDs within a specific timeframe:

 

GET https://platform.adobe.io/data/foundation/catalog/batches?dataSet={dataset_id}&status=success&tags=a...

 

Not sure if that helps, these are just notes and will have to be tested again

Avatar

Level 1

How to fetch the latest batches which were ingested for a particular day on a given dataset.
Is there a query which can help us to get the latest ingested batch using  _ACP_SYSTEM_METADATA ?