# Cal.com · `retrieve_booking_details_by_uid`

Compatibility alias for Composio's retrieve-booking-details-by-uid action. Gets a booking by UID.

- **Service**: `cal`
- **Action**: `retrieve_booking_details_by_uid`
- **Action id**: `cal.retrieve_booking_details_by_uid`
- **Required scopes**: cal.bookings.read

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "cal" --action "retrieve_booking_details_by_uid"
```

## Run

```bash
oo connector run "cal" --action "retrieve_booking_details_by_uid" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
