---
title: "List Hotel Stays"
method: GET
path: "/hotel-stays/"
tags: ["hotel-stays"]
---

# List Hotel Stays

`GET /hotel-stays/`

Get hotel stays for the current user.

Can filter by booking ID.

## Query parameters

- `booking` string, nullable — Filter by booking ID

## Response `200`

Successful Response

- HotelStayResponse[]
  - `booking_id` string, required
  - `confirmation_code` string, nullable
  - `hotel_name` string, nullable
  - `hotel_chain` string, nullable
  - `city` string, nullable
  - `country` string, nullable
  - `check_in_date` string, nullable
  - `check_out_date` string, nullable
  - `room_type` string, nullable
  - `number_of_rooms` integer, nullable
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/7ffb16b1c40d/schema)
