---
title: "List notes and folders at notebook root or under a parent folder"
method: GET
path: "/api/notebooks/{notebook}/folder-listing"
tags: ["notebook-controller"]
---

# List notes and folders at notebook root or under a parent folder

`GET /api/notebooks/{notebook}/folder-listing`

Without parent: notes with no folder assignment and top-level folders (notebook root scope). With parent: notes assigned to that folder and its immediate child folders. The parent folder must belong to the notebook.

## Path parameters

- `notebook` integer, required

## Query parameters

- `parent` integer

## Response `200`

OK

## Changes

- **2026-07-22** `13f77438750e` — 1 warning, 1 info
  - removed the optional property `folders/items/indexContent` from the response with the `200` status
  - added the optional property `folders/items/readmeContent` to the response with the `200` status
- **2026-05-12** `de5624b4a98c` — 1 info
  - added the optional property `folders/items/indexContent` to the response with the `200` status
- **2026-05-11** `d7c2946139e9` — 1 warning
  - removed the optional property `folders/items/indexContent` from the response with the `200` status

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/:notebook/folder-listing/get.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/44ef688a3dcd/schema)
