## Download recording

`$ openai live:sessions download-recording`

**get** `/live/sessions/{session_id}/content`

Get Live session content

### Parameters

- `--session-id: string`

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

### Returns

- `unnamed_schema_2: file path`

### Example

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