Skip to main content
GET
/
api
/
datasetrw
/
v1
/
datasets
Deprecated - Get datasets accessible to user
curl --request GET \
  --url https://api.example.com/api/datasetrw/v1/datasets \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "datasets": [
    {
      "createdAt": "2022-03-12T02:13:44.467Z",
      "id": "62313ce67a0af0281c01a6a5",
      "name": "My Dataset",
      "snapshotIds": [
        "<string>"
      ],
      "tags": {},
      "description": "<string>",
      "projectId": "62313ce67a0af0281c01a6a5"
    }
  ],
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>",
    "limit": 123,
    "offset": 123,
    "totalCount": 123
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

projectId
string

Project ID filter

offset
integer

How many Datasets from the start to skip. Defaults to 0.

limit
integer

Max number of Datasets to fetch. Defaults to 10.

Response

Success

datasets
object[]
required
metadata
object
required