List upcoming performances
list_upcoming_performancesGet performance dates for all active events within a specified number of days, sorted soonest first, including event names. Use the returned ID to fetch bookings.
Instructions
What's on: performance dates across all active events in the next N days, soonest first, with the event name. Use the returned dat- id with get_performance_bookings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| days_ahead | No | How many days ahead to look | |
| include_cancelled | No | Include cancelled performances |