Domino API - Dataset snapshot details
Hello Everyone,
I would like if there is a Domino API to query dataset snapshot size. If not what are the other ways we could get this information?
Thank you
-
Official comment
Hi Tasneem,
It looks like our support team addressed your question in a ticket, but in case anyone else has a similar question:
There is an undocumented API that may work for your use case:
https://<your_domino_base_url>/v4/datasetUi/<your_snapshot_id>
Which you can CURL as:
curl -X GET "https://<your_domino_base_url>/v4/datasetUi/<your_snapshot_id>" -H "accept: application/json" -H "X-Domino-Api-Key: <your_API_key>"
Because this is an undocumented API for retrieving this information, it is subject to change. If this is something that is needed and being frequently used, please let our support team know so that we can share that information with our product and engineering team.
If you have any further questions or suggestions, please feel free to post them here or send them to our support team (support@dominodatalab.com) for more urgent matters. Thank you!Comment actions
Please sign in to leave a comment.
Comments
2 comments