Get song albums

Get the most popular albums of an song from its songId

Name

get_song_albums

Schema

Type
object

Properties

Name Description Example
songId Unique identifier of the song 11e81bcc-9c1c-ce38-b96b-a0369fe50396
type Field used to filter album type all
sortBy Field used to sort albums title
sortOrder Sort order desc
limit Maximum number of albums to return (default 10)
offset Number of items to skip before starting to return results. Used for offset-based pagination.

Required

Name
songId
type
sortBy
sortOrder