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

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

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

- **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/ce856efcdea2/schema)
