get_booking
Retrieve details for a specific hotel booking, including hotel, dates, room, rate, and status, using the booking ID or confirmation number.
Instructions
Get details for a specific hotel booking.
Args:
booking_id: The booking ID or confirmation number.
Returns:
Booking details including hotel, dates, room, rate, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |