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

# Get file page payload

`GET /api/notebooks/{notebook}/attachments/{attachment}`

Notebook chrome, folder trail through the file's folder, filename, and size.

## Path parameters

- `notebook` integer, required
- `attachment` integer, required

## Response `200`

OK

## Changes

- **2026-09-27** `61cffca585d1` — 1 info
  - added the required property `picture` to the response with the `200` status
- **2026-09-27** `482412c3c1b0` — 5 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
  - …3 more
- **2026-09-27** `328e078a9ce2` — 1 info
  - added the required property `picture` to the response with the `200` status
- **2026-09-24** `3ef7055d756f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/notebooks/:notebook/attachments/:attachment/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/fe7a0e7aa49d?raw)
