---
title: "Get Reservation"
method: GET
path: "/reservations/{rid}"
tags: ["reservations"]
---

# Get Reservation

`GET /reservations/{rid}`

## Path parameters

- `rid` integer, required

## Response `200`

Successful Response

- ReservationOut
  - `id` integer, required
  - `customer_name` string, required
  - `phone` string, required
  - `party_size` integer, required
  - `notes` string, required
  - `status` string, required
  - `table_number` string, nullable, required
  - `start_ts` string, required
  - `created_at` string, required
  - `seating_preference` string
  - `source` string
  - `reservation_code` string, nullable
  - `customer_email` string, nullable
  - `whatsapp_status` string
  - `whatsapp_message_id` string, nullable
  - `whatsapp_error` string, nullable
  - `updated_at` string, nullable
  - `branch` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
