---
title: "Get object store bucket status"
method: HEAD
path: "/api/v1/orgs/{orgId}/buckets/{name}"
tags: ["storage"]
---

# Get object store bucket status

`HEAD /api/v1/orgs/{orgId}/buckets/{name}`

Retrieves the status of the object store bucket given its name

## Path parameters

- `orgId` integer, required
- `name` string, required

## Query parameters

- `cloudType` 'amazon' | 'google' | 'azure', required
- `resourceGroup` string
- `storageAccount` string
- `location` string

## Headers

- `secretId` string
- `secretName` string

## Response `200`

Object store buckets exists

## 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)
