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

---

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