---
title: "Booking history"
method: GET
path: "/bookings/{code}/history.json"
tags: ["Booking Endpoints"]
---

# Booking history

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

Returns a chronological timeline of all activity on a booking,
sorted ascending by time. Includes transactions, notifications,
status changes, price changes, coupon redemptions, and more.

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Response `200`

History timeline

- BookingHistoryEntry[]
  - `title` string, required — Short description of the event
  - `timestamp` integer, required — Unix epoch timestamp of the event
  - `description` string, nullable — Detailed description of the event

## Other responses

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

## Changes

- **2026-03-28** (v2) `75d37677a204` — 1 warning
  - removed the optional property `items/link` from the response with the `200` status
- **2026-03-28** (v2) `53e7f48a9ec0` — 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/history.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)
