> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genai.scale.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Deliveries represent a group of delivered [Dataset Tasks](/core-resources/dataset-task) within a [Dataset](/core-resources/dataset).

# Dataset delivery

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](https://console.scale.com/data-gallery/data-streams) tab then click on a dataset to see the deliveries.

Scale API offers the following endpoints to retrieve deliveries and related tasks:

<AccordionGroup>
  <Accordion title="List all deliveries by dataset">
    Check out the [List all deliveries by dataset](/v2/datasets/deliveries) docs on how to list all deliveries for a dataset.
  </Accordion>

  <Accordion title="Download dataset tasks in a delivery">
    Check out the [Download dataset tasks in a delivery](/v2/datasets/delivery) docs to download tasks in a specific delivery.
  </Accordion>
</AccordionGroup>
