Skip to content

List Objects

GET
/v1/object/{bucket}

List all objects in a Smart Bucket or regular bucket. The bucket parameter (ID) is used to identify the bucket to list objects from.

Authorizations

Parameters

Path Parameters

bucket
required
string

The bucket identifier

Responses

200

List of objects in the bucket

object
objects
Array<object>
object
key

Object key/path in the bucket

string
size

Size of the object in bytes (as string due to potential BigInt values)

string
last_modified

Last modification timestamp

string format: date-time
content_type

MIME type of the object

string

400

Error response

object
code
required

Error code

string
Allowed values: INVALID_ARGUMENT UNAUTHENTICATED PERMISSION_DENIED NOT_FOUND INTERNAL
INVALID_ARGUMENT
message
required

Error message

string
Missing required parameter: input

403

Error response

object
code
required

Error code

string
Allowed values: INVALID_ARGUMENT UNAUTHENTICATED PERMISSION_DENIED NOT_FOUND INTERNAL
INVALID_ARGUMENT
message
required

Error message

string
Missing required parameter: input

404

Error response

object
code
required

Error code

string
Allowed values: INVALID_ARGUMENT UNAUTHENTICATED PERMISSION_DENIED NOT_FOUND INTERNAL
INVALID_ARGUMENT
message
required

Error message

string
Missing required parameter: input