Get Saved Spotify Shows
spotify_saved_showsFetch a page of saved Spotify shows from your library, with limit and offset for pagination.
Instructions
Return one bounded page of shows 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 |