action zeno_get_podcast_languages { label: "getPodcastLanguages" description: "Get the list of Languages that can be used to filter podcasts in the search podcasts request" provider: zeno method: GET path: "/api/v2/podcasts/languages" encoding: json output: { type: "object" additionalProperties: true } }