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.
SOLVED

API for customer generated dataSets

Avatar

Level 4

how to get customer generated dataSet, as the below API only returns system generated dataSets ?
https://developer.adobe.com/experience-platform-apis/references/catalog/#operation/listDatasets

1 Accepted Solution

Avatar

Correct answer by
Level 4

This is the same API i have tried, which always gives system generated dataSets. But i just realized that probably it was the limit parameter was not showing the result. i increased the limit to 100 and now i can see it.

 

I also notice the alternate way is pass name parameter in the API request to specify which dataSet details we need, so we dont need to worry about dataSet not being visible in the response due to response size limit.

 

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Pradeep-Jaiswal 

are you using Global or Tenant in your variables when trying to retrieve? Global will pull system and tenant will pull the customer datasets.

Avatar

Level 4

Doesnt require any tenant to be specified in the url. i have tried adding container-id in the env file before genrating access token. that didnt change anything in dataset output

Avatar

Community Advisor

Avatar

Correct answer by
Level 4

This is the same API i have tried, which always gives system generated dataSets. But i just realized that probably it was the limit parameter was not showing the result. i increased the limit to 100 and now i can see it.

 

I also notice the alternate way is pass name parameter in the API request to specify which dataSet details we need, so we dont need to worry about dataSet not being visible in the response due to response size limit.