---
title: "List Templates"
method: GET
path: "/calcul-exercises/templates"
tags: ["Calcul Exercises"]
---

# List Templates

`GET /calcul-exercises/templates`

List all templates (admin view with full details).
Admin only.

## Response `200`

Successful Response

- TemplateTreeNode[]
  - `id` string, required
  - `title` string, required
  - `category_path` string[], required
  - `difficulty` string, required
  - `to_review` boolean
  - `variation_count` integer, required
  - `example_content` string, nullable
  - `savoirs_faire_ids` string[]

---

[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/437cd8414e9e/schema)
