GET
/live/sessions/{session_id}/contentDownload a Live session recording
Downloads the stored recording for a Live session. Use session_id from a session started with storage enabled, and receive a stereo WAV file with input audio in the left channel and output audio in the right channel.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
session_idstringrequired
The identifier of the stored Live session to download. Must match `live_[A-Za-z0-9_-]{1,128}`.
200Returns the stored session recording as a stereo WAV file, with input audio in the left channel and output audio in the right channel.
Error handling
session_id must match the Live session identifier format: it must start with live_ and contain 1 to 128 letters, numbers, underscores, or hyphens. The identifier must refer to a stored session whose recording is available.