action zeno_get_station_genres { label: "getStationGenres" description: "Get the list of Genres that can be used to filter stations in the search stations request" provider: zeno method: GET path: "/api/v2/stations/genres" encoding: json output: { type: "object" additionalProperties: true } }