Get artist albums
Get the albums released by an artist from its artistId
Name
get_artist_albums
Schema
| Type |
|---|
| object |
Properties
| Name | Description | Example |
|---|---|---|
| artistId | Unique identifier of the artist | 11e81bd3-4a1f-de5c-8a88-a0369fe50396 |
| type | Field used to filter album type | all |
| sortBy | Field used to sort albums | releaseDate |
| sortOrder | Sort order | desc |
| limit | Maximum number of albums to return | |
| offset | Number of items to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| artistId |