---
title: "Get Most Active Users"
method: GET
path: "/analytics/most-active-users"
tags: ["analytics"]
---

# Get Most Active Users

`GET /analytics/most-active-users`

Get the most active users in the past N days with a breakdown of what they did.
Separates students and tutors.

Ranking prioritizes RETURNING users: active_days is the dominant scoring
term, so a one-day burst can't outrank a genuine multi-day returner.
Calls are split into "ChaCha Calls" (the ChaCha bot is a participant) and "Human Calls",
and ChaCha "ghost" sessions (failed Gemini Live connects — empty transcript,
fabricated ~300s duration) are excluded so per-user call counts/minutes
reflect real usage.

## Query parameters

- `days` integer
- `limit` integer

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
