---
title: "List backup buckets"
method: GET
path: "/api/v1/orgs/{orgId}/backupbuckets"
tags: ["ark-buckets"]
---

# List backup buckets

`GET /api/v1/orgs/{orgId}/backupbuckets`

List backup buckets

## Path parameters

- `orgId` integer, required

## Response `200`

All buckets listed

- BackupBucketResponse[]
  - `id` integer
  - `name` string
  - `cloud` string
  - `secretId` string
  - `status` string
  - `inUse` boolean

## Other responses

- `default` — Internal server error

---

[API](https://skmtc.net/banzaicloud/apis/pipeline-api.md) · [All operations](https://skmtc.net/banzaicloud/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/pipeline-api/versions/a2e35c430378/schema)
