action trakt_get_the_most_anticipated_shows { label: "Get the most anticipated shows" description: "#### 📄 Pagination ✨ Extended Info 🎚 Filters\n\nReturns the most anticipated shows based on the number of lists a show appears on." provider: trakt method: GET path: "/shows/anticipated" encoding: json input: { type: "object" properties: { "trakt-api-key": { type: "string" } "trakt-api-version": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }