---
title: "List Bookings"
method: GET
path: "/api/v1/booking-concierge/bookings"
tags: ["booking-concierge"]
---

# List Bookings

`GET /api/v1/booking-concierge/bookings`

## Query parameters

- `start_date` string, date, nullable
- `end_date` string, date, nullable
- `property_code` string, nullable
- `channel` string, nullable
- `status` string, nullable
- `page` integer
- `per_page` integer

## Response `200`

Successful Response

- BookingListResponse
  - `items` BookingRecordRead[], required
    - `id` string, uuid, required
    - `tenant_id` string, uuid, required
    - `channel` string, required
    - `voice_agent_id` string, uuid, nullable, required
    - `call_id` string, nullable, required
    - `voice_call_external_id` string, nullable
    - `text_agent_id` string, uuid, nullable, required
    - `text_session_id` string, uuid, nullable, required
    - `customer_profile_id` string, uuid, nullable, required
    - `customer_profile_name` string, nullable
    - `reservation_id` string, required
    - `property_code` string, required
    - `property_name` string, required
    - `guest_first_name` string, nullable, required
    - `guest_last_name` string, nullable, required
    - `guest_email` string, nullable, required
    - `guest_phone` string, nullable, required
    - `checkin` string, date, required
    - `checkout` string, date, required
    - `adults` integer, required
    - `children` integer, required
    - `rooms` integer, required
    - `price` number, required
    - `currency` string, required
    - `status` string, required
    - `booked_at` string, date-time, required
    - `cancelled_at` string, date-time, nullable, required
    - `raw_response` object, nullable, required
    - `cancellation_response` object, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/booking-concierge/bookings/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/d65b8fefae34/schema)
