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>'
{}

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.