---
title: "List Annales Exercises"
method: GET
path: "/annales-exercises"
tags: ["Annales Exercises"]
---

# List Annales Exercises

`GET /annales-exercises`

List annales exercises with optional filters (read-only for teachers).

## Query parameters

- `year` integer, nullable
- `session` string, nullable
- `exam_type` string, nullable — Exam bank: 'bac', 'brevet' or 'olympiades'.
- `topic` string[], nullable — One or more topics. Pass `?topic=fonctions&topic=limites` to match annales tagged with ALL listed topics ($all semantics).
- `difficulty` string, nullable
- `school_level` string, nullable
- `search` string, nullable
- `limit` integer
- `skip` integer

## 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
