---
title: "List Pending Drafts"
method: GET
path: "/admin/class-list-import/drafts"
tags: ["admin-class-list-import"]
---

# List Pending Drafts

`GET /admin/class-list-import/drafts`

Drafts waiting for a review, newest first.

## Response `200`

Successful Response

- ClassListImportDraftList
  - `drafts` ClassListImportDraftSummary[], required
    - `id` string, required
    - `status` 'pending' | 'imported' | 'discarded', required
    - `source` 'page' | 'mcp', required
    - `title` string, required
    - `created_by` string, required
    - `created_at` string, date-time, required
    - `class_count` integer, required
    - `student_count` integer, required
    - `page_url` string, required

## Changes

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

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/admin/class-list-import/drafts/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/2a0c1636fd3b?raw)
