Retrieve upcoming and past concerts for an artist, including event dates and venues. Results can be filtered by date range.
Name
get_artist_concerts
Schema
Properties
| Name |
Description |
Example |
| artistId |
Unique identifier of the artist. |
11e81bd3-4a1f-de5c-8a88-a0369fe50396 |
| type |
Type of event to retrieve. Only "concert" is currently supported. |
concert |
| startDate |
Optional start date (inclusive) in ISO format YYYY-MM-DD. |
2026-01-01 |
| endDate |
Optional end date (inclusive) in ISO format YYYY-MM-DD. |
2026-12-31 |
| limit |
Maximum number of concerts to return. |
|
| offset |
Number of results to skip before starting to return results. Used for offset-based pagination. |
|
Required