---
title: "Download an object"
method: GET
path: "/worker/object/{key}"
tags: ["worker"]
---

# Download an object

`GET /worker/object/{key}`

Downloads an object from the Sia network.

## Path parameters

- `key` string, required

## Query parameters

- `bucket` string, required — The name of the bucket.
- `dl` string

## Headers

- `Range` string

## Response `200`

Successfully downloaded object

## Other responses

- `400` — Invalid range or missing parameters
- `404` — Object not found
- `416` — No overlap between 'Range' and object's content
- `500` — Internal server error

## Changes

- **2025-03-19** `5d06f620dc2b` — 1 info
  - added the new optional `query` request parameter `dl`
- **2024-12-18** `922f156353c9` — 1 info
  - api tag `worker` added
- **2024-12-09** `f062c35d8f47` — 1 warning, 1 info
  - deleted the `query` request parameter `dl`
  - api tag `worker` removed

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/worker/object/:key/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)
