Hanzo
OpenapiS3

List your org's buckets

Returns the caller's own buckets under the friendly names they were created with, each with its creation time.

GET /v1/s3/buckets

Addresshttps://api.hanzo.ai/v1/s3/buckets
MethodGET
Operationget_s3_buckets
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller's own buckets under the friendly names they were created with, each with its creation time.

Another tenant's bucket is not refused, it is INVISIBLE — a bucket outside the caller's namespace is skipped during the listing rather than reported, so the operation cannot be used to discover that a name is taken elsewhere.

A validated principal is required, and every bucket and key is resolved inside the caller's own org: physical bucket names are derived from the org, so a tenant cannot name another's storage. The operation is billed per call — the balance is checked BEFORE anything is touched, so an unfunded org is refused with nothing done, and the debit happens only after the work succeeds. Object storage that is not configured answers 503 under this subsystem's own name rather than falling through to another.

Request

GET /v1/s3/buckets takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo s3 buckets list

S3 API · All Hanzo APIs · Interactive reference

How is this guide?

On this page