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

# Admin List Savoirs Faire

`GET /admin/savoirs-faire`

Same list, admin-auth variant. Separate endpoint so the admin
surface doesn't accidentally start leaking admin-only fields in
the future.

## 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/05e048df94c6?raw)
