---
title: "GET /v2/ListBuckets"
method: GET
path: "/v2/ListBuckets"
tags: ["Bucket"]
---

# GET /v2/ListBuckets

`GET /v2/ListBuckets`

List all the buckets on the cluster with their UUID and their global and local aliases.

## Response `200`

Returns the UUID of all the buckets and all their aliases

- ListBucketsResponseItem[]
  - `created` string, date-time, required
  - `globalAliases` string[], required
  - `id` string, required
  - `localAliases` BucketLocalAlias[], required
    - `accessKeyId` string, required
    - `alias` string, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/deuxfleurs/apis/garage-administration-api.md) · [All operations](https://skmtc.dev/deuxfleurs/apis/garage-administration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuxfleurs/garage-administration-api/revisions/07ffb2d0febb/schema)
