Get Spotify Podcast Show Episodes
spotify_podcast_show_episodesFetch a paginated list of episodes from a Spotify podcast using its show ID. Control the page size and start position with limit and offset.
Instructions
Return one bounded page of episodes for an exact Spotify show ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| show_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| show_id | Yes | ||
| episodes | Yes | ||
| next_url | No | ||
| previous_url | No |