Calls
List call summaries
Returns all AI-generated summaries for a call. Each summary corresponds to a summary template configured in the workspace.
get/calls/{id}/summaries
Path parameters
idstring required
Call ID (positive integer) or UUID
Example:1
Call ID (positive integer) or UUID
Response
List of call summaries
Example response
{
"data": [
{
"uuid": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"templateUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"templateTitle": "Meeting Summary",
"templateLength": "detailed",
"answer": "The team discussed Q3 targets and agreed to increase outbound outreach by 20%.",
"language": "en-US",
"createdOn": "2024-06-15T14:30:00.000Z",
"modifiedOn": "2024-06-15T15:00:00.000Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.