Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Download recording

$ openai live:sessions download-recording
GET/live/sessions/{session_id}/content

Get Live session content

ParametersExpand Collapse
--session-id: string

The ID of the stored Live session to download. Use the session ID returned when the session started with storage enabled.

ReturnsExpand Collapse
unnamed_schema_2: file path

Download recording

openai live:sessions download-recording \
  --api-key 'My API Key' \
  --session-id live_SQ
Returns Examples