---
title: "Stream Call Transcript"
method: GET
path: "/v1/calls/{call_id}/transcript/stream"
tags: ["calls"]
---

# Stream Call Transcript

`GET /v1/calls/{call_id}/transcript/stream`

Stream a call's transcript via Server-Sent Events.

On connect the server replays all existing transcript turns from the
database, then streams new turns in real time as they arrive from the
voice provider.  A ``: heartbeat`` comment is sent every 15 s to keep
proxies alive.  The stream closes after sending an ``ended`` event
when the call completes (or immediately after replay if the call has
already ended).

Works for both live and completed calls — same URL either way.

## Path parameters

- `call_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/versions/3f3aa65dcd20/schema)
