ClawOps Docs
API Reference

통화 요약 조회

GET
/v1/accounts/{accountId}/calls/{callId}/summary

transcript 가 완료된 통화에 대해 자동 생성된 LLM 구조화 요약 결과를 조회합니다. 상태는 completed / pending / failed / not_requested 로 구분됩니다. completed 일 때 resultJson 에 조직이 등록한 출력 스키마(또는 기본 스키마)에 맞춘 JSON 이 inline 으로 반환됩니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string
callId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/accounts/AC1a2b3c4d/calls/CA1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6/summary"
{
  "status": "completed",
  "callId": "string",
  "resultJson": {},
  "provider": "anthropic",
  "model": "claude-sonnet-4-6",
  "promptVersion": "string",
  "schemaVersion": "string",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}
{
  "error": "string",
  "code": "INVALID_PHONE_NUMBER"
}