Bookings for a performance
get_performance_bookingsRetrieve all bookings for a specific performance date, including gross, net, fees, refunds, donations, and an overall summary. Optionally list seats and attendee names.
Instructions
Who is coming to one performance date: every booking with totals (gross, net, fees, refunds, donations) and an overall summary. Set include_attendees to also list seats and attendee names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_id | Yes | Performance date ID (dat-...) | |
| max_bookings | No | ||
| include_attendees | No | Also fetch seats and attendee names (one extra call per booking, capped at 60 bookings) | |
| include_contact_details | No | Include attendee email and phone (only with include_attendees) |