action hubhopper_get_podcasts_podcast_id { label: "get_podcasts_podcastId" description: "Get a single Podcast." provider: hubhopper method: GET path: "/podcasts/{podcastId}" encoding: json input: { type: "object" properties: { podcastId: { type: "string" } } required: ["podcastId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }