---
title: "Get Bluejay Recording"
method: GET
path: "/api/v1/public/bluejay/recordings/{token}"
tags: ["bluejay-recordings"]
---

# Get Bluejay Recording

`GET /api/v1/public/bluejay/recordings/{token}`

Stream the recording bytes; honor Range when Bluejay probes.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Invalid or expired recording token
- `404` — Recording not found
- `422` — Validation Error
- `429` — Too many requests
- `502` — Upstream recording store unavailable

---

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