action peel_ci_get_trending_shows { label: "Gets trending shows." provider: peel_ci method: GET path: "/hashtag/trendingShows" encoding: json input: { type: "object" properties: { limit: { type: "string" } timeWindow: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }