Get the journey information for a specific playlist.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Playlist-GetPlaylistJourneyProgress
cm playlists journey [flags]
cm playlists journey --platform=deezer --id=1189520191
cm playlists journey --platform=spotify --id=1189520191 --sortColumn=followers
--platform string Streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer'.
--id string Chartmetric id for the specific asset (e.g. artist_id, track_id, album_id).
--sortColumn string The column to sort by. Allowed values: 'overlap', 'followers' (default: 'overlap')
--sortOrderDesc string True to sort results in descending order, false otherwise. Allowed values: 'true', 'false' (default: 'true')
--limit string Maximum number of results to be returned
--offset string Each response has a max limit of results. Use this to paginate through the results.
-h, --help help for journey
-d, --debug Display debug output in the console (default: false)
-r, --refresh_token string Chartmetric API Refresh Token to use (overrides config file token; does not save)
-V, --verbose Show additional details only when displaying debug info (default: false)