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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
are you using Global or Tenant in your variables when trying to retrieve? Global will pull system and tenant will pull the customer datasets.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
can you try using this GET https://platform.adobe.io/data/foundation/catalog/dataSets
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies