v66

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04176310979.2 KB
sessions.transcript

Get Session Transcript By Id

get/api/v1/sessions/transcript/{session_id}

Path parameters

session_idstring required

Response

Successful Response

session_idstring required

Internal ID of the session

Example response

{
  "transcription": [
    {
      "lang": "en-US",
      "source": "user"
    }
  ]
}