---
title: "Get Stats By Period"
method: GET
path: "/tutor/stats/period"
tags: ["tutor"]
---

# Get Stats By Period

`GET /tutor/stats/period`

Get tutor statistics for a specific time period.
Period options: week, month, all

## Query parameters

- `period` string

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- TutorStatsResponse — Tutor statistics for a specific period.
  - `total_sessions` integer, required
  - `total_call_minutes` integer, required
  - `total_students` integer, required
  - `new_students_this_period` integer, required
  - `messages_received` integer, required
  - `average_session_duration` number, required

## 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)
