Skip to main content
Scale API offers following endpoints to download dataset tasks:
Check out the Retrieve a Dataset Task docs on how to get a single dataset task by its identifiers.
Check out the Get Multiple Dataset Tasks docs to learn more about how to download multiple dataset tasks by different parameters like dataset, delivery, or delivery date.
Check out the Download dataset tasks in a delivery docs to download tasks in a specific delivery.
{
  "task_id": "task_123",
  "delivery": "delivery_123",
  "dataset": "dataset_123",
  "response": {
    "key_1": "value_1",
    "key_2": "value_2",
  }
}
task_id
string
required

Unique identifier for the task.

Example:

"task_abc123"

dataset
required

Dataset ID or Dataset associated with the task.

Example:

"dataset_abc123"

delivery
required

Delivery ID or Delivery associated with the task.

Example:

"delivery_abc123"

response
object
required

Response associated with the dataset task.