Get Album
get_albumRetrieve details for one or more Spotify albums in a single request. Supports up to 20 album IDs or URIs, returning album info in requested order, with track lists included for single-album queries.
Instructions
Get details for one or more Spotify albums, batched into a single request.
Args:
album_ids: One album ID/URI, or a list of up to 20 — Spotify's own cap
for album batches, which is lower than the 50 for tracks and artists.
Returns:
AlbumInfo whose `albums` follows the order requested. `tracks` holds the
album's track list only when a single album was requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| albums | Yes | ||
| tracks | Yes |