---
title: "Download Session Recording"
method: GET
path: "/sessions/{session_id}/recording"
tags: ["Sessions"]
---

# Download Session Recording

`GET /sessions/{session_id}/recording`

Download the session recording as an MP4 file.

This endpoint streams the recording directly with Content-Disposition: attachment,
forcing a download rather than playing in the browser.

## Path parameters

- `session_id` string, uuid, required

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/karumi/apis/karumi-public-api.md) · [All operations](https://skmtc.dev/karumi/apis/karumi-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/karumi/apis/karumi-public-api/revisions/d33602392507?raw)
