/
/Renterd API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
  • postEvaluate autopilot configuration
  • getGet the autopilot state
  • postWake up autopilot
  • getGet a worker account
  • getGet all worker accounts
  • postReset drift for a worker's account
  • getGet overview of worker's memory usage.
  • putUpload a part of an ongoing multipart upload
  • getDownload an object
  • putUpload an object
  • deleteDeletes an object
  • postDelete a batch of objects with a given prefix
  • postMigrate a slab
  • getGet the worker's state.
  • getGet download stats
  • getGet upload stats
  • getGet all ephemeral accounts
  • postSave accounts
  • postFund account
  • getGet all alerts
  • postDismiss alerts
  • postRegister an alert
  • getGet autopilot configuration
  • putUpdate autopilot configuration
  • getGet all buckets
  • postCreate bucket
  • putUpdate bucket policy
  • getGet bucket
  • deleteDelete bucket
  • postAccept block

Download an object

Downloads an object from the Sia network.

get/worker/object/{key}

Path parameters

keystring required
Example:myDir/myFile

The key of the file to download

Query parameters

bucketstring required

The name of the bucket.

The name of the bucket the object belongs to

Headers

Rangestring
Example:bytes=0-100

The range of bytes to download. If not provided, the entire object will be downloaded.

Response

Successfully downloaded object

Changes