---
title: "List By Category"
method: GET
path: "/admin/public-exercises/by-category"
tags: ["Admin Public Exercises"]
---

# List By Category

`GET /admin/public-exercises/by-category`

List exercises whose category_path starts with `category` (strict prefix).

## Query parameters

- `category` string — Comma-separated path, e.g. 'Terminale,Probabilités'. Empty = root.
- `limit` integer
- `skip` integer
- `difficulty` string, nullable
- `search` string, nullable — Substring match on content

## Response `200`

Successful Response

- object

## 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/2a0c1636fd3b?raw)
