Skip to main content
GET
/
api
/
datasetrw
/
v1
/
datasets
/
{datasetId}
Get dataset by ID
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>"
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

datasetId
string
required

ID of dataset to retrieve

Response

Success

dataset
object
required
metadata
object
required