# GET /scheduling/bookings/:booking_id

**Resource:** [SCHEDULING](./scheduling.md)  
**MCP tool:** `get_booking`  
**Scopes:** `scheduling:read`  
**Write operation:** no

Fetch a single booking by UUID with event details, invitee, host, status, linked records.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `booking_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/scheduling/bookings/:booking_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`