---
title: "Get upload statistics"
method: GET
path: "/worker/stats/uploads"
tags: ["worker"]
---

# Get upload statistics

`GET /worker/stats/uploads`

Returns the upload statistics of the worker.

## Response `200`

Successfully retrieved upload statistics

- object
  - `avgUploadSpeedMbps` number, float — The average upload speed in Mbps
  - `avgOverdrivePct` number, float — The average overdrive percentage
  - `healthyUploaders` integer — The number of healthy uploaders
  - `numUploaders` integer — The total number of uploaders
  - `uploadersStats` object[]
    - `avgSectorUploadSpeedMbps` number, float — The average sector upload speed in Mbps
    - `hostKey` string — The host's public key

## Changes

- **2024-12-18** `922f156353c9` — 1 info
  - api tag `worker` added
- **2024-12-09** `84c4cb1c0f03` — 1 info
  - endpoint added
- **2024-12-09** `f062c35d8f47` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/worker/stats/uploads/get.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/184a3d5207da/schema)
