> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-poc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# get_telemetry_report()

> View the background telemetry string sent to Timescale

<Icon icon="tag" iconType="duotone" /> Since [0.6.0][tsdb-0.6.0]

Returns the background [telemetry][telemetry] string sent to Timescale.

If telemetry is turned off, it sends the string that would be sent if telemetry were enabled.

## Samples

View the telemetry report:

```sql theme={"dark"}
SELECT get_telemetry_report();
```

## Returns

| Column            | Type  | Description                                                |
| ----------------- | ----- | ---------------------------------------------------------- |
| telemetry\_report | JSONB | The telemetry report that is or would be sent to Timescale |

[telemetry]: /manage-data/self-hosted/configuration/telemetry

[tsdb-0.6.0]: https://github.com/timescale/timescaledb/releases/tag/0.6.0
