---
title: "Get Folder Contents"
method: GET
path: "/folders/{folder_id}/contents"
tags: ["folders"]
---

# Get Folder Contents

`GET /folders/{folder_id}/contents`

List folders and items under a given folder, if the user has access.
Uses the centralized sharing service for access control.
Returns both child folders and items (exercises/exams) based on folder type.

## Path parameters

- `folder_id` string, required

## Response `200`

Successful Response

- ContentsResponse
  - `status` string, required
  - `access` object, required
  - `folders` object[], required
  - `items` object[], 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/ef67479ed898/schema)
