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.
|
11e81bcc-9c1c-ce38-b96b-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