---
title: "Show an image file"
method: GET
path: "/api/notebooks/{notebook}/attachments/{attachment}/image"
tags: ["notebook-attachment-controller"]
---

# Show an image file

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

The file served inline when it is a PNG, JPEG, GIF or WebP image.

## Path parameters

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

## Response `200`

OK

## Changes

- **2026-09-27** `48ac5af2d6b6` — 1 info
  - endpoint added

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