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

---

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