Get a booking
get_bookingFetch a single booking (appointment) by id. YCBM API: GET /v1/bookings/{bookingId}. Use fields to select which fields to return. Returns the booking object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated field paths to return (e.g. "id,title,startsAt"). Supports dotted paths for nested objects. Omit to get the default field set. | |
| bookingId | Yes | The booking id. |