Skip to main content
GET
/
storage
/
datasets
/
{uuid}
Get dataset
curl --request GET \
  --url https://api.getcargo.io/v1/storage/datasets/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "dataset": {
    "uuid": "<string>",
    "workspaceUuid": "<string>",
    "slug": "<string>",
    "config": {
      "kind": "<string>",
      "connectorUuid": "<string>"
    },
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "deletedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

Resource UUID

Response

Successful response

dataset
Dataset · object
required

Dataset details.