Skip to main content
GET
Make sure you have READ permission on the bucket.

List Objects

Returns some or all (up to 1,000) objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket.

Base URL

Query Parameters

Limits the response to keys that begin with the specified prefix
Character used to group keys (commonly used with ’/’)
Maximum number of keys to include in the response (default: 1000)
Specifies the key to start with when listing objects

Request Examples

Response Example

Authorizations

Authorization
string
header
required

AWS Signature Version 4

Query Parameters

prefix
string

Limits the response to keys that begin with the specified prefix

max-keys
integer
default:1000

Sets the maximum number of keys returned in the response

Response

200 - application/xml

Success

Name
string
Prefix
string
MaxKeys
integer
IsTruncated
boolean
Contents
object[]