List S3 buckets
Storage
List S3 buckets
deprecated
Returns the list of buckets for the storage in a wrapped response.
Response format: count: total number of buckets (independent of pagination) results: current page of buckets according to limit/offset
Deprecated: Use GET /v4/object_storages//buckets/ for individual bucket details instead.
GET
List S3 buckets
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Path Parameters
Query Parameters
Number of records to skip before beginning to write in response.
Required range:
x >= 0Max number of records in response
Required range:
1 <= x <= 1000