Calls

Get Call Summary

Get AI-generated summary for a call.

Returns summary data including:

  • Short summary (1-2 sentences) - always present
  • Long summary (4-6 sentences) - optional, if additional details available
  • Caller identity (name/organization) - optional, if mentioned in call
  • Call message (identity + message left) - optional, if message was left

The summary is generated automatically after transcription completes.

Requires user authentication (not agent token).

get/calls/{call_id}/summary

Path parameters

call_idstring uuid required

Response

Successful Response

summary_idstring uuid required
call_idstring uuid required
short_summarystring nullable required
long_summarystring nullable required
caller_identitystring nullable required
call_messagestring nullable required
skippedboolean required
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.