get List
suspend fun getList(listId: Int, page: Int, language: String? = null, sortBy: TmdbListSortBy? = null, sortOrder: TmdbSortOrder = TmdbSortOrder.DESC): Tmdb4List
This method will retrieve a list by id. Note: Private lists can only be accessed by their owners and therefore require a valid user access token.
See also
Documentation
(https://developers.themoviedb.org/4/list/get-list)