Get a blob

Get the contents of the specified blob (file).

SecuritySharedKeyAuthorization or SASAuth_sig or SASAuth_se or SASAuth_sp or SASAuth_sv or SASAuth_ss or SASAuth_srt or SASAuth_sr or SASAuth_st or SASAuth_si or SASAuth_sip or SASAuth_spr or SASAuth_rscc or SASAuth_rscd or SASAuth_rsce or SASAuth_rscl or SASAuth_rsct or SASAuth_rs or SASAuth_ses
Request
path Parameters
container
required
string (Container)
blob
required
string (Blob)
Responses
200

Success. Returns the blob contents as the guessed MIME type.

206

Partial Content. Returns a file segment with guessed MIME type.

400

Bad Request.

403

Forbidden.

404

Not Found. The specified resource does not exist.

413

Payload Too Large. The uploaded blob exceeds the maximum allowed size.

get/{container}/{blob}
Request samples
Response samples
*/*
Sample file content.
Copyright © 2025 Nasuni Corporation. All rights reserved.