GET
/
v2
/
datasets
/
{dataset_id}
/
extend
/
status
curl --request GET \
  --url https://api.galileo.ai/v2/datasets/{dataset_id}/extend/status \
  --header 'Galileo-API-Key: <api-key>'
{
  "progress_message": "<string>",
  "steps_completed": 123,
  "steps_total": 123
}

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

dataset_id
string
required

Response

200
application/json

Successful Response

The response is of type object.