Download Object
GET /v1/object/{bucket}/{key}
GET
/v1/object/{bucket}/{key}
Download a file from a Smart Bucket or regular bucket. The bucket parameter (ID) is used to identify the bucket to download from. The key is the path to the object in the bucket.
Authorizations
Parameters
Path Parameters
bucket
required
string
The bucket identifier
key
required
string
The object key/path
Responses
200
File content with appropriate Content-Type header
string format: binary
400
Error response
object
code
required
Error code
string
INVALID_ARGUMENT
message
required
Error message
string
Missing required parameter: input
403
Error response
object
code
required
Error code
string
INVALID_ARGUMENT
message
required
Error message
string
Missing required parameter: input
404
Error response
object
code
required
Error code
string
INVALID_ARGUMENT
message
required
Error message
string
Missing required parameter: input