Is there any AEP API available to retrieve the failed data ingestion batch? | Community
Skip to main content
GK-007
Level 9
March 25, 2026
Question

Is there any AEP API available to retrieve the failed data ingestion batch?

  • March 25, 2026
  • 1 reply
  • 23 views

Hello all,

We have standard setup in AEP to collect the event data for our application, don’t have any source and destination model to ingest data. I want to setup any alert system when there is any data ingestion failure. Is there any OOTB alert system provided by Adobe itself to trigger emails or is there any api to check if there are any failed batches to recursively?

If anyone come across this kind of requirements or done already implementation, please help me.I have gone through the below link but it’s not working for us.

Thank you in advance!

-Kishore

    1 reply

    Gokul_Agiwal
    Community Advisor
    Community Advisor
    March 25, 2026

    Hi ​@GK-007 

    As far as I know, Adobe doesn’t provide any OOTB alerting system for ingestion failures. However the official documentation describes how to retrieve ingestion diagnostics using APIs; 

    https://experienceleague.adobe.com/en/docs/experience-platform/ingestion/quality/error-diagnostics 

    So in this case, you can implement your own monitoring system using ingestion API - which has state / status https://experienceleague.adobe.com/en/docs/experience- platform/ingestion/batch/troubleshooting#batch-states 

    https://experienceleague.adobe.com/en/docs/experience-platform/ingestion/batch/troubleshooting#how-is-batch-ingestion-monitored 

    GK-007
    GK-007Author
    Level 9
    March 25, 2026

    Thank you ​@Gokul_Agiwal for sharing details. I have already reviewed these APIs and majority of them fetch the details of the batch when we give batch id in the input but our use case is, wanted to trigger an alert when there is any data ingestion fail is identified. I have setup these APIs already in Postman, and able to retrieve the failed batch details.