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