action soundcloud_get_me_likes_tracks { label: "Returns a list of favorited or liked tracks of the authenticated user." provider: soundcloud method: GET path: "/me/likes/tracks" encoding: json output: { type: "object" additionalProperties: true } }