---
title: "Get Templates By Category"
method: GET
path: "/calcul-exercises/templates-by-category"
tags: ["Calcul Exercises"]
---

# Get Templates By Category

`GET /calcul-exercises/templates-by-category`

Get templates for a specific category path.
Lightweight - returns template summaries without example content.
Uses strict prefix matching - category_path must START with the given path.

## Query parameters

- `category` string, required

## Response `200`

Successful Response

- TemplateSummary[]
  - `id` string, required
  - `title` string, required
  - `difficulty` string, required
  - `to_review` boolean
  - `variation_count` integer, required
  - `savoirs_faire_ids` string[]

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