Skip to main content
A Dataset Delivery is a collection of dataset tasks that are delivered together. Each delivery:
  • Has a unique name within its dataset
  • Has a globally unique delivery ID
  • Contains one or more related dataset tasks that are delivered together
  • Is always associated with exactly one dataset
Deliveries are available in Scale Dashboard, under Datasets tab then click on a dataset to see the deliveries. Scale API offers the following endpoints to retrieve deliveries and related tasks:
Check out the List all deliveries by dataset docs on how to list all deliveries for a dataset.
Check out the Download dataset tasks in a delivery docs to download tasks in a specific delivery.
id
string
required

Unique identifier for a delivery

Example:

"delivery_abc123"

name
string
required

The name of the delivery

Example:

"My Delivery - 2024-01-15"

delivered_at
string<date-time>
required

UTC timestamp when the delivery was created.

metadata
object
required
dataset

Dataset ID or Dataset associated with the task. Unique identifier for a dataset

Example:

"dataset_abc123"

I