---
title: "Get Live Transcript History"
method: GET
path: "/v1/live-transcript/{test_result_id}/history"
tags: ["Live Transcripts"]
---

# Get Live Transcript History

`GET /v1/live-transcript/{test_result_id}/history`

Return the buffered transcript for a conversation over plain HTTP.

The WebSocket is best-effort/live-only; this lets the client fetch the same
Redis-buffered transcript regardless of socket state (initial load, poll,
or fallback when the socket can't hold).

## Path parameters

- `test_result_id` integer, required

## Query parameters

- `limit` integer — Max number of most recent messages to return

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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