---
title: "Get folder page payload"
method: GET
path: "/api/notebooks/{notebook}/folders/{folder}"
tags: ["notebook-folder-controller"]
---

# Get folder page payload

`GET /api/notebooks/{notebook}/folders/{folder}`

Notebook chrome, folder metadata, parent folder id when nested, and optional folder readme content when present.

## Path parameters

- `notebook` integer, required
- `folder` integer, required

## Response `200`

OK

## Changes

- **2026-09-27** `482412c3c1b0` — 4 breaking, 2 warning
  - the `ancestorFolders/items/name` response property's maxLength was unset from `512` for the response status `200`
  - the `ancestorFolders/items/name` response property's minLength was decreased from `1` to `0` for the response status `200`
  - removed the required property `ancestorFolders/items/createdAt` from the response with the `200` status
  - removed the required property `ancestorFolders/items/updatedAt` from the response with the `200` status
  - …2 more
- **2026-09-19** `761d42f61982` — 2 info
  - api tag `notebook-folder-controller` added
  - api tag `notebook-controller` removed
- **2026-07-22** `13f77438750e` — 6 warning, 6 info
  - removed the optional property `ancestorFolders/items/indexContent` from the response with the `200` status
  - removed the optional property `folder/indexContent` from the response with the `200` status
  - removed the optional property `indexContent` from the response with the `200` status
  - removed the optional property `indexNoteContent` from the response with the `200` status
  - …8 more
- **2026-05-12** `5c61e52feed2` — 2 warning
  - removed the optional property `folderIndexNoteId` from the response with the `200` status
  - removed the optional property `notebookRealm/indexNoteId` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/:notebook/folders/:folder/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.dev/nerds-odd-e/apis/openapi-definition/revisions/61cffca585d1?raw)
