Check Saved Albums
check_saved_albumsCheck if albums are saved to your Spotify library. Accepts up to 20 album IDs and returns true/false for each, showing which ones are already saved.
Instructions
Check which albums are already saved to the library.
One request for up to 20 albums — Spotify's cap for albums is lower than the
50 it allows for tracks.
Args:
album_ids: Album IDs or URIs (up to 20)
Returns:
MembershipStatus.results maps each Spotify album id to true if saved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checked | Yes | ||
| results | Yes |