Getting batches of a particular dataset within a specific timeperiod. | Community
Skip to main content
New Participant
June 11, 2025

Getting batches of a particular dataset within a specific timeperiod.

  • June 11, 2025
  • 2 replies
  • 724 views

Hi is there any API call, that can give the list of all the batches that were ran for a specific dataset 'A' overall till today and  between time period from 'B' to 'C'.

Complete list of batches.

2 replies

kautuk_sahni
Employee
June 26, 2025

@jettyro Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!

Kautuk Sahni
jayakrishnaaparthasarathy
New Participant
June 11, 2025

@jettyro  - Hope the below works to fetch all batch ID's specific to dataset, you need to make sure to have all other parameter to filter the response accordingly. 

https://platform.adobe.io/data/foundation/catalog/batches?batch={{batch}}&connection={{connection}}&connector={{connector}}&dataSet={{dataset}} 

Thank you,

Jayakrishnaa P.

JettyRoAuthor
New Participant
June 11, 2025

I am not able to open the link... can you type the complete endpoint. so that I can try it.

 

jayakrishnaaparthasarathy
New Participant
June 11, 2025

This isn't actual link to access, "GET" address to get all batches that you need to use on the postman service API. There are other parameter that you can check and filter the response accordingly. 

?batch={{batch}}&connection={{connection}}&connector={{connector}}&dataSet={{dataset}}&recordCount={{recordCount}}&size={{size}}&status={{status}}&started={{started}}&completed={{completed}}&startAfter={{startAfter}}&startBefore={{startBefore}}&endAfter={{endAfter}}&endBefore={{endBefore}}