List buckets
Lists object storage buckets in a workspace. Requires scope: object-storage.read.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
limit
Maximum number of buckets to return.
continuation_token
Pagination token from the previous response.
Response
Buckets returned successfully.
buckets
is_truncated
next_continuation_token
Errors
401
Unauthorized Error
403
Forbidden Error
