List my tracks / playlists / likes / feed…
soundcloud_list_my_contentList your SoundCloud library and social activity, including uploaded tracks, playlists, likes, reposts, followers, followings, feed, and recently played. Select a data kind to retrieve paginated results.
Instructions
List the logged-in user's library and social data. kind selects what: tracks (my uploaded tracks); playlists (my playlists / albums); liked_tracks (tracks I liked); liked_playlists (playlists I liked); reposted_tracks (tracks I reposted); reposted_playlists (playlists I reposted); followers (users following me); followings (users I follow); followings_tracks (recent tracks from users I follow); feed (my activity feed (tracks, playlists, reposts)); feed_tracks (track-only activity feed); recently_played (my last 25 played tracks). Requires login. Paginated via next_href.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| sort | No | Order by upload date; desc = newest first (default) | |
| limit | No | Items per page (default 50, max 200) | |
| access | No | Filter by the caller's access level. Default: playable,preview. Add 'blocked' to also list tracks that cannot be streamed. | |
| account | No | Logged-in SoundCloud account to act as: alias, username or user URN. Omit to use the active (default) account; soundcloud_auth_status lists them. | |
| show_tracks | No | For kind=playlists: include each playlist's tracks (default false) |