action soundcloud_get_me_connections_connection_id { label: "Returns the authenticated user's connected social account." provider: soundcloud method: GET path: "/me/connections/{connection_id}" encoding: json output: { type: "object" additionalProperties: true } }