Sample - OpenAI API
GET/live/sessions/{session_id}/content

Download 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.

1 parameter
session_idstringrequired
The identifier of the stored Live session to download. Must match `live_[A-Za-z0-9_-]{1,128}`.

1 status code
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.