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

# Get Call Transcript

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

Get the full transcript for a call.

Returns the complete, ordered transcript regardless of the webhook
contextLimit setting.  Each entry contains the user utterance and
the corresponding agent response (when available).

## 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/5724ccaa33d8/schema)
