Overview
Returns one booking by its publicuid, scoped to your token’s workspace.
Requires a token with the access_bookings scope.
Path Parameters
| Param | Type | Description |
|---|---|---|
uid | string | The booking’s public uid (as returned by the list endpoint). |
Response
Returns the same booking shape as the list endpoint: status, start/end, duration, resolved hosts, the booker’s contact details, intake answers, and the location.Usage Notes
- A
uidthat does not belong to your workspace returns aNOT_FOUNDerror — there is no way to probe another workspace’s bookings.