v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Telemetry

Get telemetry settings

Provides the configured settings for telemetry information collection

get/api/admin/telemetry/settings

Response

telemetrySettingsSchema

versionInfoCollectionEnabledboolean required

Whether collection of version info is enabled/active.

featureInfoCollectionEnabledboolean required

Whether collection of feature usage metrics is enabled/active.

Example response

{
  "versionInfoCollectionEnabled": true,
  "featureInfoCollectionEnabled": true
}