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

# Get Deliverable Details

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

Retrieves a deliverable file with details on what will be provided for each project. 
            
**Permission Required:** Read Project Properties

## Path parameters

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

## Response `200`

Success.

- DefinedCrowdPublicApiApiResultsProjectDeliverablesProjectDeliverable
  - `projectId` string, uuid — Project ID.
  - `deliverableId` string, uuid — Deliverable ID within a project.
  - `type` string, nullable — **Classic**</br> is a standard JSON format generated by our API. **Aggregated**</br> is a format that combines results for all responses at the task level. **Flat**</br> is a result file at the response level. **CrowdMetadata**</br> contains information about the contributors that are relevant to their results.
  - `fileName` string, nullable — Name of the result file.
  - `createdTimestamp` string, date-time — Date and timestamp of when the file was created.
  - `isPartial` boolean — Indication of whether the file contains partial result set or complete result set.
  - `downloadCount` integer — Number of times file was downloaded.

## 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)
