> ## Documentation Index
> Fetch the complete documentation index at: https://docs.midasprotocol.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Booking

> Retrieve booking details

## Request

```bash theme={null}
curl https://api.midasprotocol.org/bookings/booking-uuid \
  -H "Authorization: Bearer pp_your_key"
```

## Response

```json theme={null}
{
  "id": "uuid", "status": "CONFIRMED",
  "confirmationCode": "BK-ABC123",
  "serviceName": "Translation Service",
  "totalAmount": "25.00", "currency": "USDC", "fees": "0.50",
  "transactions": [...], "escrow": { ... }
}
```
