Skip to main content
GET
/
object-storage
/
bucket
/
list
List buckets
curl --request GET \
  --url https://api.example.com/object-storage/bucket/list \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "buckets": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response model for listing object-storage buckets.

message
string
required

TSV-formatted bucket list for CLI output

buckets
string[]

Bucket names visible to the organization