---
title: "Download recording"
method: GET
path: "/live/sessions/{session_id}/content"
tags: ["Live"]
---

# Download recording

`GET /live/sessions/{session_id}/content`

Get Live session content

## Path parameters

- `session_id` string, required — The ID of the stored Live session to download. Use the session ID returned when the session started with storage enabled.

## Response `200`

Stored session recording. Input audio is in the left channel and output audio is in the right channel.

## Other responses

- `400` — Invalid Live session ID.
- `404` — The endpoint is unavailable or the stored session recording was not found.
- `429` — The request was rejected because a rate limit was exceeded.
- `500` — The stored session audio could not be exported.
- `503` — The audio export is temporarily unavailable.

## Changes

- **2026-09-25** `d86203de41ae` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
  - …1 more
- **2026-09-10** `d3c0cb1ebbed` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/live/sessions/:session_id/content/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/4b75527da17b?raw)
