get_show_episodes
Retrieve episodes of a Spotify show using its ID. Optionally set limit, offset, and market for customized results.
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).
market: ISO 3166-1 alpha-2 country code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_id | Yes | ||
| limit | No | ||
| offset | No | ||
| market | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |