---
title: "Get Call Summary"
method: GET
path: "/v2.0/ai/call-summary"
tags: ["Intelligent Features"]
---

# Get Call Summary

`GET /v2.0/ai/call-summary`

Queries and returns the generated call summary for a call recording.

## Query parameters

- `callRecordId` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Call summary retrieved successfully

- CallSummaryResponse — Call summary response
  - `status` Status — Response status
    - `code` integer — Status code, 0 means success
    - `msg` string — Status message
  - `data` RecordingSummary — Recording summary details
    - `id` integer — Summary record ID
    - `recordingId` integer — Recording ID
    - `status` integer — Processing status: 0=pending, 1=processing, 2=finished, 3=failed
    - `userId` integer — User ID
    - `text` string — Full transcription text of the recording
    - `summary` string — AI-generated call summary
    - `keywords` Keyword[] — Extracted keywords from the call
      - `content` string — Keyword content
      - `type` 'leadName' | 'leadPhone' | 'leadEmail' | 'propertyLocation' | 'propertyPrice' | 'propertyType' | 'bedroom' | 'bathroom' | 'apptTime' | 'apptLocation' | 'participants' — Keyword type
      - `params` object[] — Additional parameters for the keyword
    - `score` integer — Call quality score
    - `comment` string — AI-generated comment on the call

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
