v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Admin

List All Buckets

get/api/storage/buckets

Response

List of bucket names

bucketsstring[]

Example response

{
  "buckets": [
    "avatars",
    "documents",
    "uploads"
  ]
}