Sofa
Admin

Get telemetry status

Fetch whether anonymous telemetry is enabled and when the last report was sent.

GET
/admin/telemetry
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Response Body

application/json

curl -X GET "http://localhost:3000/api/v1/admin/telemetry"
{
  "enabled": true,
  "lastReportedAt": "string"
}