Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

data ingestion UI debugging

Avatar

Level 10

Hi, 

 

I imported data using dataset UI in order to import json file. I did not succeed. 

I would like to debug this using:
https://experienceleague.adobe.com/docs/experience-platform/ingestion/quality/error-diagnostics.html...

There is this request to use: 

curl -X GET https://platform.adobe.io/data/foundation/export/batches/af838510-2233-11ea-acf0-f3edfcded2d2/meta?p... \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {ORG_ID}' \

 

However there is I do not understand which input / path I need to deliver in that request???

?path=input_files

 

Regards 

Mike 
-H 'x-sandbox-name: {SANDBOX_NAME}'

Topics

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

1 Reply

Avatar

Community Advisor

Hey @Michael_Soprano 

 

Foe the first request, yes you would keep the path=input_files.

 

Once you make a request to that endpoint, you will receive a response with path to all the files. You can then use those exact paths in the next api endpoint to request the exact json.

 

Hope this helps ?

 

Regards,

Abhinav