Retrieve all albums that contain the specified song, including albums, deluxe editions, compilations, and other releases where the song appears
Name
get_song_albums
Schema
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.
|
|
|
offset
|
Number of items to skip before starting to return results. Used for offset-based pagination.
|
|
Required