get_saved_albums
Retrieve albums saved in your Spotify library, with options to paginate results or fetch the entire collection (up to 500 items).
Instructions
Get albums saved in the user's library. Set fetch_all=true to retrieve the entire collection (capped at 500 items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code | |
| offset | No | Pagination offset. Default: 0 | |
| fetch_all | No | Fetch all pages instead of one page (ignores limit/offset; capped at 500 items) |