action soundcloud_get_me_followings_tracks { label: "Returns a list of recent tracks from users followed by the authenticated user." provider: soundcloud method: GET path: "/me/followings/tracks" encoding: json output: { type: "object" additionalProperties: true } }