---
title: "Get Upload Progress"
method: POST
path: "/uploadmanager.progress/{uploadslot}"
tags: ["Attachments"]
---

# Get Upload Progress

`POST /uploadmanager.progress/{uploadslot}`

Returns current progress and status for a given upload slot.

## Response `200`

The request response contains the current status of the upload slot, including progress information.

- object
  - `response` object
    - `data` object[]
      - `version` integer
      - `typedId` string
      - `contentLength` integer
      - `totalBytesRead` integer
      - `status` string
      - `data` string, nullable
      - `owner` string, nullable
      - `percentage` integer
      - `createDate` string
      - `createdBy` integer
      - `lastUpdateDate` string
      - `lastUpdateBy` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
