get_artist_events
List one artist's performances with filtering and pagination. Use this to answer 'Where is Peggy Gou playing in Europe next month?' or to page through a touring artist's full schedule. Each performance carries ticket_url, the resolved closest-to-purchase link, alongside the source page url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Filter by city | |
| name | No | Exact artist name | |
| slug | No | Artist slug | |
| limit | No | Maximum events to return (default 20, max 100) | |
| offset | No | Pagination offset | |
| country | No | Filter by country | |
| end_date | No | End date filter (YYYY-MM-DD) | |
| artist_id | No | Artist UUID | |
| start_date | No | Start date filter (YYYY-MM-DD) | |
| upcoming_only | No | Only return future performances (default true) |