---
title: "Get download statistics"
method: GET
path: "/worker/stats/downloads"
tags: ["worker"]
---

# Get download statistics

`GET /worker/stats/downloads`

Returns the download statistics of the worker.

## Response `200`

Successfully retrieved download statistics

- object
  - `avgDownloadSpeedMbps` number, float — The average download speed in Mbps
  - `avgOverdrivePct` number, float — The average overdrive percentage
  - `healthyDownloaders` integer — The number of healthy downloaders
  - `numDownloaders` integer — The total number of downloaders
  - `downloadersStats` object[]
    - `avgSectorDownloadSpeedMbps` number, float — The average sector download 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/downloads/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)
