get_show_episodes
Get episodes from a Spotify show by providing the show ID. Control the number of results with limit and offset parameters.
Instructions
Get episodes of a Spotify show.
Args:
show_id: The Spotify ID of the show.
limit: Maximum number of episodes to return (1-50, default 20).
offset: Index of the first episode to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_id | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |