---
title: "List Savoirs Faire"
method: GET
path: "/savoirs-faire"
tags: ["Savoirs Faire"]
---

# List Savoirs Faire

`GET /savoirs-faire`

List all savoirs-faire, optionally filtered by grade/chapter.

Read surface for teachers (Phase B.3 filter chip). No write ops
here — those live under `/admin/savoirs-faire`.

## Query parameters

- `grade_key` string, nullable
- `chapter_display` string, nullable
- `subject` 'maths' | 'physique-chimie', nullable

## Response `200`

Successful Response

- SavoirFaireOut[]
  - `id` string, required
  - `subject` 'maths' | 'physique-chimie'
  - `name` string, required
  - `description` string, nullable
  - `chapter_links` ChapterLink[]
    - `grade_key` string, required
    - `chapter_display` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[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.dev/excellence-ai/apis/excellence-learning/revisions/d367d251945b?raw)
