Skip to main content
GET
/
api
/
v1
/
config
/
buckets
/
{slug}
{
  "bucket": {
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "labels": {},
    "notification_policy_slug": "<string>",
    "slug": "<string>",
    "team_slug": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

slug
string
required

Response

A successful response.

bucket
object