latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-21176312994.3 KB

caa6e946dac5

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"
    }
  ]
}