---
title: "List My Subjects"
method: GET
path: "/subjects/mine"
tags: ["subjects"]
---

# List My Subjects

`GET /subjects/mine`

Matières available to the current user.

- A teacher teaches exactly one matière (their account `subject`).
- A collège/lycée student (and an admin) has EVERY matière: availability,
  not history — the pill is how they discover physique-chimie.
- A prépa keeps the content-based rule (their classes and sessions), which
  today means maths only.

## Response `200`

Successful Response

- MySubjectsResponse — The matières available to the current user. Drives the global matière filter: with a single matière there is nothing to filter, so the client hides the control entirely rather than offering an option that empties every page.
  - `subjects` string[]

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
