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

# Get Deliverables

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

The function retrieves details, including metadata and the ID, for all available files
of the given project ID.  
            
**Permission Required:** Read Project Properties

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `sortBy` string
- `sortDirection` string
- `pageNumber` integer
- `itemsPerPage` integer
- `type` 'Classic' | 'Aggregated' | 'Flat' | 'CrowdMetadata'
- `isPartial` boolean

## Response `200`

Success.

- DefinedCrowdPublicApiApiResultsProjectDeliverablesGetPagedProjectDeliverables
  - `deliverables` DefinedCrowdPublicApiApiResultsProjectDeliverablesProjectDeliverable[], nullable — List of deliverables
    - `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.
  - `totalCount` integer — Total number of items available.

## Other responses

- `400` — Invalid parameters.
- `401` — Invalid Authentication (invalid/expired token).
- `404` — Project 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)
