Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

GetObject

GET 
/:bucketName/:objectName

Retrieves an object from a given bucket.

Request

Path Parameters

    bucketName stringrequired

    The bucket name.

    objectName stringrequired

    Possible values: non-empty

    The object name.

Query Parameters

    uploadId string

Responses

200: Success

404: ObjectNotFound

Request samples


curl -L 'https://telnyxcloudstorage.com/:bucketName/:objectName' \
-H 'Accept: */*' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


string