> ## 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 [Tasks](/core-resources/task) within a [Project](/core-resources/project).

# Delivery

A Delivery is a collection of tasks that are delivered together as a single unit within a project. Each delivery:

* Has a unique name within its project
* Has a globally unique delivery ID
* Contains one or more related tasks that are delivered together
* Is always associated with exactly one project

Deliveries are available in Scale Dashboard, under [Deliveries](https://console.scale.com/projects?view=deliveries) tab and in your project's page as well.

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

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

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