ListObjectsV2
GET/:bucketName
List all objects contained in a given bucket.
Request
Path Parameters
bucketName stringrequired
Possible values: >= 4 characters
and <= 64 characters
The name of the bucket.
Query Parameters
list-type integer
Possible values: [2
]
Responses
200: Success
- text/xml
404: Bucket does not exist.
Request samples
curl -L 'https://telnyxcloudstorage.com/:bucketName' \
-H 'Accept: text/xml' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
<root>
<Name>string</Name>
<Contents>
<Key>string</Key>
<Size>0</Size>
<LastModified>2024-07-29T15:51:28.071Z</LastModified>
</Contents>
</root>