get Show Episodes
suspend fun getShowEpisodes(id: String, market: CountryCode? = null, pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<ShowEpisodes>
Gets episodes for a Spotify show.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
id
Spotify ID of the target resource for this endpoint.
market
Market (country) code used to localize and filter content.
paging Options
Paging options (limit, offset) used for paged endpoints.