action bbc_get_podcasts { label: "All Podcasts" description: "Retrieve all Podcasts\n" provider: bbc method: GET path: "/podcasts" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } category: { type: "string" } coverage: { type: "string" } limit: { type: "string" } network: { type: "string" } network_url_key: { type: "string" } offset: { type: "string" } q: { type: "string" } sort: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }