v1

latestOpenAPI 3.0.02026-07-17120114186.8 KB
bus

Get all buckets

Returns all known buckets. Every object is attached to a bucket and every bucket can have its own set of access policies.

get/bus/buckets

Response

Successfully retrieved buckets

namestring

The name of the bucket.

createdAtstring date-time

The time the bucket was created

Example response

[
  {
    "name": "default"
  }
]