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

# Get call summary

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

Retrieve the AI-generated summary for a specific call.

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Call summary retrieved successfully

- object
  - `ok` boolean
  - `data` object
    - `id` string, uuid
    - `summary` 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)
