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

# List Subjects

`GET /subjects`

Return every matière the platform knows about, in display order.

The chat persona stays server-side (not exposed) — the client only needs
identity + theme to build selectors and badges.

## Response `200`

Successful Response

- SubjectOut[]
  - `key` 'maths' | 'physique-chimie', required
  - `label` string, required
  - `short_label` string, required
  - `color` string, required
  - `order` integer, required

---

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