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

GET/live/sessions/{session_id}/content

Get Live session content

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

Download recording

curl https://api.openai.com/v1/live/sessions/$SESSION_ID/content \
    -H "Authorization: Bearer $OPENAI_API_KEY"
Returns Examples