> For the complete documentation index, see [llms.txt](https://docs.coldstack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coldstack.io/http-api-compatible-with-amazon-s3/api-reference/bucket/getmeta.md).

# HeadBucket

Returns bucket metadata or an error.

Lets check:

* Does a bucket exist.
* Does the user have sufficient rights to access the bucket.

### Request Syntax <a href="#request" id="request"></a>

```http
HEAD /{Bucket} HTTP/1.1
```

#### Request Parameters <a href="#path-parameters" id="path-parameters"></a>

| Parameter | Description  |
| --------- | ------------ |
| `Bucket`  | Bucket name. |

#### Request body

Request does not have body.

### Response <a href="#response" id="response"></a>

```http
HTTP/1.1 200
```
