Hi @PramodSR,
This can be done using our REST API. You can use curl or other tools to send a GET request to /rest/library/data. This will return the information you are looking for and more. Please visit our documentation portal for more information: https://paxata.atlassian.net/wiki/spaces/PaxDocs/overview
@PramodSR
It sounds like you're trying to download metadata about the datasets that exist in the Data Library. Our export features are built to facilitate export of the actual data to a variety of formats and destinations. There is no UI feature that allows you to do that.
However, the Paxata REST API does support these type of metadata exports.
Create a REST API Token:
Execute a GET request against the "/library/data" REST endpoint
Request URL:
https://<hostname>:<port>/rest/library/data?pretty=true&state=DONE&return=name,dataFileId,version
Use a Terminal / Command Prompt / Shell:
Use PostMan:
Thanks,
Bill
@abhijeetmkhambe I answered this on your other thread: https://community.datarobot.com/t5/data-prep-q-a/is-there-any-way-to-retrieve-the-answerset-actual-d...