action wowza_show_recording { label: "Fetch a recording" description: "This operation shows the details of a specific recording." provider: wowza method: GET path: "/recordings/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }