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

---

[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/revisions/3fc6a6f91b06/schema)
