action wowza_list_recordings { label: "Fetch all recordings" description: "This operation shows the details of all of your recordings." provider: wowza method: GET path: "/recordings" encoding: json output: { type: "object" additionalProperties: true } }