---
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

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
