---
title: "Move Exams Batch"
method: POST
path: "/teacher-exams/move-batch"
tags: ["Teacher Exams"]
---

# Move Exams Batch

`POST /teacher-exams/move-batch`

File the selected évaluations in one folder, or at the root with no
`folder_id`. The folder must be the teacher's and hold this kind of
material; a folder belongs to a school year, so a selection spanning
two years is refused rather than half-filed.

## Request body

- MoveExamsBatchRequest — « Déplacer dans un dossier » on a selection.
  - `folder_id` string, nullable
  - `exam_ids` string[]

## Response `200`

Successful Response

- BulkOperationResponse — What went through and what did not. A batch that is refused as a whole — something frozen in the selection, a folder of another year — answers with an error instead; these two lists are for the writes themselves.
  - `done` string[]
  - `failures` BulkOperationFailureResponse[]
    - `id` string, required
    - `title` string, required
    - `error` string, required

## Other responses

- `404` — Resource not found
- `409` — Business rule violated
- `422` — Validation Error

## Changes

- **2026-09-14** `0a41d91c9d20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher-exams/move-batch/post.md)

---

[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)
