action hubhopper_get_podcasts { label: "get_podcasts" description: "Get the list of all podcasts." provider: hubhopper method: GET path: "/podcasts" encoding: json input: { type: "object" properties: { filters: { type: "string" } order: { type: "string" } page: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }