---
title: "Get backup bucket by ID"
method: GET
path: "/api/v1/orgs/{orgId}/backupbuckets/{bucketId}"
tags: ["ark-buckets"]
---

# Get backup bucket by ID

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

Get backup bucket by ID

## Path parameters

- `orgId` integer, required
- `bucketId` integer, required

## Response `200`

Getting backup succeeded

- GetBackupBucketResponse
  - `id` integer
  - `name` string
  - `cloud` string
  - `secretId` string
  - `status` string
  - `inUse` boolean
  - `deploymentId` integer
  - `clusterId` integer
  - `clusterCloud` string
  - `clusterDistribution` string

## 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/revisions/a2e35c430378/schema)
