getUsersSavedEpisodes

suspend fun getUsersSavedEpisodes(market: CountryCode? = null, pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<UsersSavedEpisodes>

Gets the current user's saved episodes from Your Library.

Return

Wrapped Spotify API response with status code and parsed Spotify payload.

Parameters

market

Market (country) code used to localize and filter content.

pagingOptions

Paging options (limit, offset) used for paged endpoints.