---
title: "List Change Requests"
method: GET
path: "/calcul-exercises/change-requests"
tags: ["Calcul Exercises"]
---

# List Change Requests

`GET /calcul-exercises/change-requests`

List all templates with pending change requests.
Optionally filter by category path (comma-separated).

## Query parameters

- `category_path` string, nullable

## Response `200`

Successful Response

- ChangeRequestListResponse — Response with list of pending change requests
  - `total` integer, required
  - `change_requests` ChangeRequestInfo[], required
    - `template_id` string, required
    - `title` string, required
    - `category_path` string[], required
    - `reason` string, required
    - `proposed_changes` object, nullable, required

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