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 | 11e81bd3-4a1f-de5c-8a88-a0369fe50396 |
| sortBy | Field used to sort songs | spotifyPopularity |
| sortOrder | Sort order | desc |
| limit | Maximum number of items to return | |
| offset | Number of items to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| artistId |