---
title: "List Folders"
method: GET
path: "/folders/"
tags: ["folders"]
---

# List Folders

`GET /folders/`

List user's accessible folders with hierarchy support

## Query parameters

- `folder_type` string, required
- `parent_folder_id` string, nullable

## Response `200`

Successful Response

- FolderResponse[]
  - `id` string, required
  - `name` string, required
  - `user_id` string, required
  - `parent_folder_id` string, nullable
  - `folder_type` 'teacher_exam' | 'teacher_exercise' | 'teacher_assignment' | 'teacher_course' | 'student_course' | 'student_assignment', required
  - `sharing_options` SharingOptions — Model for sharing configuration across folders, exams, and exercises
    - `shared_with_school` boolean
    - `shared_with` string[]
    - `read_only` boolean
  - `is_favorites_root` boolean
  - `school_year` string, nullable
  - `is_past` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-07** `0ccba2913cca` — 2 info
  - added the optional property `items/is_past` to the response with the `200` status
  - added the optional property `items/school_year` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/folders/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)
