Get Artist Events
ticketmaster.events.by_artistSearch for live events by artist or performer name. Filter results by country, date range, and sort order using Ticketmaster data.
Instructions
Find events by artist or performer name with optional country and date filters (Ticketmaster)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | Artist/performer name to search (e.g. "Beyonce", "Coldplay") | |
| attractionId | No | Ticketmaster attraction ID for exact artist match | |
| countryCode | No | ISO 3166-1 alpha-2 country code (e.g. "US", "GB") | |
| startDateTime | No | Start date/time in ISO 8601 format with Z suffix | |
| endDateTime | No | End date/time in ISO 8601 format with Z suffix | |
| size | No | Number of results per page (1-200, default 20) | |
| page | No | Page number for pagination (0-based, default 0) | |
| sort | No | Sort order (e.g. "date,asc", "relevance,desc") | |
| locale | No | Locale for response (e.g. "en-us") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |