---
title: "Get run screen recording"
method: GET
path: "/v1/runs/{id}/recording"
tags: ["testRuns"]
---

# Get run screen recording

`GET /v1/runs/{id}/recording`

Stream the screen recording (MP4) captured during a run. Supports HTTP Range requests for seeking and partial downloads. Recordings become available after the run finishes; cancelled runs and runs without a recording return 404.

## Path parameters

- `id` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

Screen recording video stream

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `404` — Run not found or no recording available for this run
- `416` — Requested range not satisfiable
- `429` — Too Many Requests - Usage limit exceeded
- `500` — Internal Server Error
- `504` — Gateway Timeout - Test execution exceeded time limit

## Changes

- **2026-08-08** `d0302b4c4e0e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tester/apis/testerarmy-api/changes/v1/runs/:id/recording/get.md)

---

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