---
title: "Get Export Templates Overview"
method: GET
path: "/admin/export-templates"
tags: ["Export Templates"]
---

# Get Export Templates Overview

`GET /admin/export-templates`

Who uploaded a template, per document type, with export counts.

## Response `200`

Successful Response

- TemplateAdminListResponse
  - `entries` TemplateAdminEntryResponse[], required
    - `teacher_id` string, required
    - `teacher_email` string, nullable, required
    - `teacher_name` string, nullable, required
    - `doc_type` 'cours' | 'devoir' | 'evaluation', required
    - `source_filename` string, required
    - `source_format` 'docx' | 'pdf', required
    - `created_at` string, date-time, nullable, required
    - `export_count` integer, required
    - `last_export_at` string, date-time, nullable, required

## Changes

> 15 revisions in range; 1 not diffed.

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

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/admin/export-templates/get.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/86793aa823ea?raw)
