---
title: "Download the most recently recorded video file"
method: GET
path: "/recording/download"
---

# Download the most recently recorded video file

`GET /recording/download`

## Query parameters

- `id` string

## Response `200`

Recording file

## Other responses

- `202` — Recording is still in progress, please try again later
- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 52 revisions in range; 4 could not be searched.

- **2025-07-15** `34fa756d4915` — 1 info
  - added the new optional `query` request parameter `id`
- **2025-07-02** `390a1e2b848b` — 1 info
  - added the success response with the status `202`
- **2025-06-27** `f980a92ab23f` — 1 breaking, 3 warning
  - removed the success response with the status `202`
  - the optional response header `X-Recording-Finished-At` removed for the status `200`
  - the optional response header `X-Recording-Started-At` removed for the status `200`
  - deleted the `query` request parameter `id`

[Change history](https://skmtc.dev/kernel/apis/kernel-images-api/changes/recording/download/get.md)

---

[API](https://skmtc.dev/kernel/apis/kernel-images-api.md) · [All operations](https://skmtc.dev/kernel/apis/kernel-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kernel/kernel-images-api/revisions/7a641fa15a85/schema)
