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