---
title: "List Booking Proposals"
method: GET
path: "/api/v1/booking-proposals/{surface}/{log_id}"
tags: ["booking-proposals"]
---

# List Booking Proposals

`GET /api/v1/booking-proposals/{surface}/{log_id}`

## Path parameters

- `surface` 'voice' | 'text' | 'email', required
- `log_id` string, uuid, required

## Response `200`

Successful Response

- BookingProposalRead[]
  - `observation_id` string, uuid, required
  - `property_id` string, uuid, nullable, required
  - `property_code` string, nullable, required
  - `requested_checkin` string, date, nullable, required
  - `requested_checkout` string, date, nullable, required
  - `party_size` integer, nullable, required
  - `guest_name` string, nullable, required
  - `guest_email` string, nullable, required
  - `observed_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[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/fbb95eac3965/schema)
