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