Get bucket
Returns bucket configuration and usage statistics. 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.
Path parameters
bucket_name
Logical bucket name.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Response
Bucket returned successfully.
name
Unique bucket name within the workspace.
is_public
Whether the bucket allows unauthenticated read access.
region
Object storage region the bucket lives in.
plan
Storage plan billed for the bucket.
status
Current bucket status.
site_id
Identifier of the site holding the bucket. Placement is managed internally.
site_name
Human-readable name of the site holding the bucket.
bucket_lock_enabled
Whether object lock is enabled on the bucket.
created_at
updated_at
object_count
Number of objects stored in the bucket. Returned by the read and list endpoints only.
total_size
Total size in bytes of the objects stored in the bucket. Returned by the read and list endpoints only.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
