v66

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04176310979.2 KB
sessions.full-summary

Get Full Session Summary By Id

get/api/v1/sessions/full-summary/{session_id}

Path parameters

session_idstring required

Response

Successful Response

summarystring nullable

The AI summary of the session

ratingstring nullable

The AI rating of the session

Example response

{
  "summary": "The customer service agent successfully assisted the caller with their inquiry and the call ended positively.",
  "rating": "Good"
}