get_show_episodes
List a podcast show's episodes with pagination, market filtering, and offset control to retrieve specific episode details for playback or library management.
Instructions
List a podcast show's episodes with pagination. Resume positions require the user-read-playback-position scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Spotify show ID | |
| limit | No | Results per page, 1–50. Default: 20 | |
| market | No | ISO 3166-1 alpha-2 country code. If given, only shows and episodes available in that market are returned. | |
| offset | No | Index of the first episode to return. Default: 0 |