Get artist songs
Get the most popular songs of an artist from its artistId
Name
get_artist_songs
Schema
| Type |
|---|
| object |
Properties
| Name | Description | Example |
|---|---|---|
| artistId | Unique identifier of the artist | 11e81bcc-9c1c-ce38-b96b-a0369fe50396 |
| sortBy | Field used to sort songs | popularity |
| sortOrder | Sort order | desc |
| limit | Maximum number of songs to return (default 10) | |
| offset | Number of items to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| artistId |
| sortBy |
| sortOrder |