list_booked_slots
List amenity bookings like gym, pool, and clubhouse for a specific flat. Filter by status (upcoming, completed, cancelled) and paginate results.
Instructions
List amenity bookings (gym, pool, clubhouse, etc.) for a flat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| items | No | Items per page (default: 50) | |
| status | No | Booking status | |
| flat_id | Yes | Internal flat ID |