---
title: "Get telemetry settings"
method: GET
path: "/api/admin/telemetry/settings"
tags: ["Telemetry"]
---

# Get telemetry settings

`GET /api/admin/telemetry/settings`

Provides the configured settings for [telemetry information collection](https://docs.getunleash.io/privacy-and-compliance/data-privacy)

## Response `200`

telemetrySettingsSchema

- TelemetrySettingsSchema — Contains information about which settings are configured for version info collection and feature usage collection.
  - `versionInfoCollectionEnabled` boolean, required — Whether collection of version info is enabled/active.
  - `featureInfoCollectionEnabled` boolean, required — Whether collection of feature usage metrics is enabled/active.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
