getShowEpisodes

suspend fun getShowEpisodes(id: String, limit: Int? = null, offset: Int? = null): PagingObject<SimpleEpisode>(source)

Get Spotify catalog information about an show’s episodes. The Market associated with the user account will be used.

Reading the user’s resume points on episode objects requires the SpotifyScope.UserReadPlaybackPosition scope

Api Reference

Parameters

id

The Spotify ID for the show.

limit

The number of objects to return. Default: 20 (or api limit). Minimum: 1. Maximum: 50.

offset

The index of the first item to return. Default: 0. Use with limit to get the next set of items

Throws

if the playlist cannot be found