data ingestion UI debugging | Community
Skip to main content
Michael_Soprano
Level 10
February 11, 2024
Question

data ingestion UI debugging

  • February 11, 2024
  • 1 reply
  • 644 views

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#download-diagnostics

There is this request to use: 

curl -X GET https://platform.adobe.io/data/foundation/export/batches/af838510-2233-11ea-acf0-f3edfcded2d2/meta?path=input_files \
-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}'

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

abhinavbalooni
Community Advisor
Community Advisor
February 12, 2024

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