Skip to main content

Get telemetry settings

GET <your-unleash-url>/api/admin/telemetry/settings

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Provides the configured settings for telemetry information collection

Request

Responses

telemetrySettingsSchema

Schema
  • versionInfoCollectionEnabled boolean required

    Whether collection of version info is enabled/active.

  • featureInfoCollectionEnabled boolean required

    Whether collection of feature usage metrics is enabled/active.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/telemetry/settings' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'