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