Get Saved Spotify Episodes
spotify_saved_episodesRetrieve a page of podcast episodes from your Spotify saved library. Use limit to set page size and offset to skip items, enabling pagination through all saved episodes.
Instructions
Return one bounded page of episodes saved in the current user's library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| next_url | No | ||
| previous_url | No |