action cpy_get_live_id { label: "Get information about a live" provider: cpy method: GET path: "/api/v1/videos/live/{id}" encoding: json output: { properties: { latencyMode: { type: "integer" description: "The live latency mode (Default = `1`, High latency = `2`, Small Latency = `3`)" enum: [1, 2, 3] } permanentLive: { type: "boolean" description: "User can stream multiple times in a permanent live" } rtmpUrl: { type: "string" description: "Included in the response if an appropriate token is provided" } rtmpsUrl: { type: "string" description: "Included in the response if an appropriate token is provided" } saveReplay: { type: "boolean" } streamKey: { type: "string" description: "RTMP stream key to use to stream into this live video. Included in the response if an appropriate token is provided" } } } }