---
title: "Get Deliverable Download"
method: GET
path: "/v2.0/public/projects/{projectId}/deliverables/{deliverableId}/download"
tags: ["Deliverables"]
---

# Get Deliverable Download

`GET /v2.0/public/projects/{projectId}/deliverables/{deliverableId}/download`

Download the project deliverable file.
            
**Permission Required:** Read Project Properties

## Path parameters

- `projectId` string, uuid, required
- `deliverableId` string, uuid, required

## Response `200`

Success. The file is returned.

## Other responses

- `401` — Invalid authentication (invalid/expired token).
- `404` — Project or deliverable does not exist.

---

[API](https://skmtc.net/definedcrowd/apis/defined-ai-api.md) · [All operations](https://skmtc.net/definedcrowd/apis/defined-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/definedcrowd/defined-ai-api/revisions/14cab8ac3bca/schema)
