Skip to main content
GET
/
api
/
v1
/
config
/
log-retention-configs
/
{slug}
cURL
curl --request GET \
  --url https://{tenant}.chronosphere.io/api/v1/config/log-retention-configs/{slug} \
  --header 'API-Token: <api-key>'
{
  "log_retention_config": {
    "filter": "<string>",
    "mode": "ENABLED",
    "name": "<string>",
    "retention_days": 123,
    "slug": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "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.

log_retention_config
object

LogRetentionConfig configures long-term retention policies for log data. Each config specifies a filter to match logs and retention parameters for cold storage (Iceberg). Multiple configs per tenant are supported; when configs overlap, the longest retention wins.