---
title: "GET /api/v1/config/buckets/{slug}"
method: GET
path: "/api/v1/config/buckets/{slug}"
tags: ["Bucket"]
---

# GET /api/v1/config/buckets/{slug}

`GET /api/v1/config/buckets/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

A successful response.

- Configv1ReadBucketResponse
  - `bucket` Configv1Bucket
    - `slug` string — Unique identifier of the Bucket. If a `slug` isn't provided, one will be generated based of the `name` field. You can't modify this field after the Bucket is created.
    - `name` string — Required. Name of the Bucket. You can modify this value after the Bucket is created.
    - `created_at` string, date-time — Timestamp of when the Bucket was created. Cannot be set by clients.
    - `updated_at` string, date-time — Timestamp of when the Bucket was last updated. Cannot be set by clients.
    - `description` string — Optional description of the bucket.
    - `labels` object — Optional labels marking the bucket.
    - `team_slug` string — Optional slug of the team the bucket belongs to.
    - `notification_policy_slug` string — Slug of the notification policy used by default for monitors in this bucket. This is optional if the bucket does not contain monitors or all of its monitors explicitly reference a policy. This policy takes precedence over a bucket-owned notification policy. This does not override the policy used when a monitor explicitly references a policy.

## Other responses

- `404` — Cannot read the Bucket because the slug does not exist.
- `500` — An unexpected error response.
- `default` — An undefined error response.

---

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