---
title: "Get My Tutor Invitations"
method: GET
path: "/tutor/my-invitations"
tags: ["tutor"]
---

# Get My Tutor Invitations

`GET /tutor/my-invitations`

Get pending tutor invitations for the current student.
Optimized with eager loading to avoid N+1 queries.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- TutorInvitationResponse[]
  - `id` string, required
  - `tutor_id` string, required
  - `tutor_username` string, required
  - `tutor_full_name` string, nullable, required
  - `tutor_profile_picture` string, nullable, required
  - `tutor_tagline` string, nullable, required
  - `languages_taught` string[], required
  - `invited_at` string, date-time, required
  - `status` string, 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)
