Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/datasetrw/v1/datasets/{datasetId} \ --header 'X-Domino-Api-Key: <api-key>'
{ "dataset": { "createdAt": "2022-03-12T02:13:44.467Z", "id": "62313ce67a0af0281c01a6a5", "name": "My Dataset", "snapshotIds": [ "<string>" ], "tags": {}, "description": "<string>", "projectId": "62313ce67a0af0281c01a6a5" }, "metadata": { "notices": [ "<string>" ], "requestId": "<string>" } }
Get Dataset by ID. Requires List access to the dataset
ID of dataset to retrieve
Success
Show child attributes
Was this page helpful?
Contact support