Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.

Batch Evaluation run time

Avatar

Level 2

Is there any other way to check the batch evaluation run time details?

5 Replies

Avatar

Community Advisor

Hello @YashwanthPo 

You can use the Schedules API to retrieve this information:

 

GET https://platform.adobe.io/data/core/ups/config/schedules

Avatar

Level 2

I am getting the below error on clicking this https://platform.adobe.io/data/core/ups/config/schedules

 

{
"error_code": "403010",
"message": "Oauth token is missing."

Avatar

Community Advisor

@YashwanthPo 

You have to be authenticated in order to run API's in platform. Have you setup a project via the developer console and gained API access credentials via OAuth?

Avatar

Moderator

From the AI Assistant:

 

To check the batch evaluation run time details in Adobe Experience Platform, you can follow these steps:1

  1. Navigate to the Experience Platform UI and select "Monitoring" from the left-navigation panel.
  2. In the "Monitoring" dashboard, you can view the statuses of inbound data from batch ingestion by selecting "Batch end-to-end".
  3. The dashboard will list all batch ingestion runs, including those that are successful, failed, or still in progress. Each listing provides details of the batch, including the batch ID, the name of the target dataset, and the number of records ingested.
  4. To access the detailed run time information for a specific batch, click on the individual "Batch ID" to open the "Batch Overview" dashboard. Here, you can see the number of records ingested, the file size, and the status of the batch, which will be either "Success" or "Failed".
  5. If the batch fails, the "Error Code" section will contain details regarding any errors during ingestion.232432

By following these steps, you can easily check the batch evaluation run time details and monitor the status of batch ingestion in Adobe Experience Platform.3