Skip to main content
GET
/
storage
/
bucket
/
list
List Buckets
curl --request GET \
  --url https://api.tenbytecloud.com/v1/storage/bucket/list \
  --header 'apikey: <api-key>'
[
  {
    "name": "pang1",
    "num_objects": 5,
    "size_bytes": 3189211059
  }
]

Authorizations

apikey
string
header
required

Query Parameters

billing_account_id
integer

If specified then only buckets with this billing account are returned

Response

200 - application/json

List of buckets