---
title: "Get call transcript"
method: GET
path: "/call-history/{call_id}/transcript"
tags: ["Call History"]
---

# Get call transcript

`GET /call-history/{call_id}/transcript`

Retrieve the transcript for a specific call.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Call transcript retrieved successfully

- object
  - `ok` boolean
  - `data` object
    - `id` string, uuid
    - `transcript` string[]

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
