list_performances
Lists every performance of a single title, ordered by date, optionally narrowed to one city and a date range. Use this when the user asks for all dates of a title, or for its dates in a given city or on a given weekend - search_events returns only the nearest performance per title. Each performance carries its own venue, date, price, free places and buy_url. Only future performances are returned unless date_from says otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name filter (exact match, case-insensitive, diacritics required), e.g. "Warszawa". | |
| page | No | Page number, starting at 1. | |
| date_to | No | Latest performance date (YYYY-MM-DD), inclusive. | |
| artist_id | Yes | Title identifier - the artist_id field from search_events results. | |
| date_from | No | Earliest performance date (YYYY-MM-DD). Defaults to today. | |
| items_per_page | No | Performances per page. Defaults to 20. |