Skip to main content
GET
/
v2
/
datasets
/
{dataset_id}
/
download
Download Dataset
curl --request GET \
  --url https://api.galileo.ai/v2/datasets/{dataset_id}/download \
  --header 'Galileo-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

dataset_id
string<uuid4>
required

Response

Successful Response