---
title: "Get booking studio notes"
method: GET
path: "/bookings/{code}/studio_notes.json"
tags: ["Booking Endpoints"]
---

# Get booking studio notes

`GET /bookings/{code}/studio_notes.json`

Returns the studio notes for the specified booking.

Studio notes are internal notes that studios can add to bookings for their own reference.
These are not visible to customers.

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Response `200`

successful operation

- object
  - `studio_notes` string, nullable — The studio notes text

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Not found - Booking was not found

## Changes

> 32 revisions in range; 2 could not be searched.

- **2026-03-15** (v2) `41af7eba36ae` — 1 info
  - endpoint added
- **2022-05-05** (v2) `95c52cb13f9a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/changes/bookings/:code/studio_notes.json/get.md)

---

[API](https://skmtc.dev/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/8edf08285947/schema)
