getUsersSavedTracks

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

Gets the current user's saved tracks 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.