---
title: "Get folder page payload"
method: GET
path: "/api/notebooks/{notebook}/folders/{folder}"
tags: ["notebook-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-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
- **2026-05-12** `de5624b4a98c` — 5 info
  - added the optional property `ancestorFolders/items/indexContent` to the response with the `200` status
  - added the optional property `folder/indexContent` to the response with the `200` status
  - added the optional property `indexContent` to the response with the `200` status
  - added the optional property `notebookRealm/indexContent` to the response with the `200` status
  - …1 more
- **2026-05-12** `9938ed2fbfde` — 1 breaking, 1 info
  - removed the required property `notebookView` from the response with the `200` status
  - added the required property `notebookRealm` to 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-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/0779e2376668/schema)
