get_saved_episodes
Retrieve podcast episodes saved in your Spotify library. Use fetch_all to get the entire collection up to 500 items, or paginate with limit and offset.
Instructions
Get podcast episodes 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) |