get_booking
Look up the current status/time of a booking you made. Requires the booking_id and the lookup_token that book_appointment returned. No account needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | The booking_id returned from book_appointment | |
| lookup_token | Yes | The lookup_token returned from book_appointment for this booking |