Skip to main content
GET
/
api
/
v1
/
config
/
buckets
/
{slug}
cURL
curl --request GET \
  --url https://tenant.chronosphere.io/api/v1/config/buckets/{slug} \
  --header 'API-Token: <api-key>'
{
  "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