---
title: "Get Project Upload"
method: GET
path: "/v2.0/public/projects/{projectId}/uploads/{uploadId}"
tags: ["Input Units"]
---

# Get Project Upload

`GET /v2.0/public/projects/{projectId}/uploads/{uploadId}`

Retrieve the status of an input unit set uploaded for a project.
            
**Permission Required:** Read Project Properties

## Path parameters

- `projectId` string, uuid, required
- `uploadId` string, uuid, required

## Response `200`

Returns upload information.

- DefinedCrowdPublicApiApiResultsUploadUploadStateResult
  - `uploadId` string, uuid — ID for a set of uploaded input units.
  - `inputDataUnitsStats` DefinedCrowdPublicApiApiResultsUploadDtosInputDataUnitsStatsResult
    - `submitted` integer — Number of input units submitted.
    - `success` integer — Number of input units uploaded successfully.
    - `error` integer — Number of input units with errors.
  - `isUploading` boolean — Indication if the upload is still ongoing or not.
  - `uploadStartTimestamp` string, date-time — Date and timestamp of when the upload started.
  - `uploadEndTimestamp` string, date-time, nullable — Date and timestamp of when the upload ended.

## Other responses

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