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 |
11e82612-052b-f4f4-a20c-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