List
List all of the organization’s buckets — project-scoped ones (each annotated with its project’s slug) and organization-level shared ones (project null). Every project starts with a default bucket named after its slug.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
Response
Buckets, ascending by name.
Bucket name — unique within the organization.
^[a-z][a-z0-9-]{1,61}$The bucket's storage area id (see regions.list). Set at creation.
Slug of the project the bucket is scoped to; null for an organization-level shared bucket usable from every project.
Number of objects in the bucket. Refreshed hourly — recent uploads and deletes may not be reflected yet. 0 until the first refresh.
Total size of the bucket's objects in bytes. Refreshed hourly, like objectCount.
When objectCount and totalBytes were last refreshed (hourly cadence); null until the first refresh.