---
title: "Download a replay recording"
method: GET
path: "/browsers/{id}/replays/{replay_id}"
tags: ["Browser Replays"]
---

# Download a replay recording

`GET /browsers/{id}/replays/{replay_id}`

Download or stream the specified replay recording.

## Path parameters

- `id` string, required
- `replay_id` string, required

## Response `200`

Replay recording retrieved successfully.

## Other responses

- `202` — Replay recording is still in progress, please try again later
- `400` — Bad Request – invalid input
- `401` — Unauthorized – missing or invalid authorization token
- `403` — Forbidden – insufficient permissions or plan
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/revisions/9e8ce9fcf5e1/schema)
