---
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 designated folder index note id when resolved.

## Path parameters

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

## Response `200`

OK

## Changes

- **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
- **2026-05-11** `d7c2946139e9` — 1 breaking, 3 warning, 2 info
  - removed the required property `notebookRealm` from the response with the `200` status
  - 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
  - …2 more

[Change 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/ed2e37d5f029/schema)
