---
title: "List Tutors"
method: GET
path: "/tutor/directory"
tags: ["tutor"]
---

# List Tutors

`GET /tutor/directory`

List all verified tutors in the directory.

Uses track_user_activity_optional to update the viewer's activity (if logged in)
and get_fresh_db to ensure fresh data (same as /users/discover endpoint for accurate online status).

## Query parameters

- `language` string, nullable — Filter by single language taught
- `languages` string, nullable — Filter by multiple languages (comma-separated)
- `timezone` string, nullable — Filter by timezone
- `min_rating` number, nullable — Minimum rating
- `sort_by` string, nullable — Sort by: rating, reviews, featured
- `school_only` boolean — School Spaces: only tutors affiliated with the viewer's organization(s)
- `limit` integer
- `offset` integer

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- TutorDirectoryResponse[]
  - `id` string, required
  - `user_id` string, required
  - `username` string, required
  - `full_name` string, nullable, required
  - `profile_picture` string, nullable, required
  - `display_name` string, nullable, required
  - `tagline` string, nullable, required
  - `languages_taught` string[], required
  - `tutor_type` string, nullable
  - `is_verified` boolean, required
  - `is_featured` boolean, required
  - `average_rating` number, nullable, required
  - `total_reviews` integer, required
  - `user_reviews_count` integer, required
  - `total_students` integer, required
  - `years_experience` integer, nullable, required
  - `last_login_at` string, date-time, nullable
  - `intro_video_url` string, nullable
  - `country` string, nullable
  - `starting_hourly_rate` number, nullable
  - `currency` string, nullable
  - `relationship_status` string, nullable
  - `relationship_id` string, nullable
  - `is_saved` boolean

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