v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
transcript

/transcript

List transcripts

get/transcript

Query parameters

limitinteger
ending_beforestring
starting_afterstring
roomIdstring
mtgSessionIdstring

Response

200

total_countinteger

Example response

{
  "total_count": 3,
  "data": [
    {
      "transcriptId": "0cb313e1-211f-4be0-833d-8c7305b19902",
      "roomId": "1a5afbf4-211f-4be0-833d-8c7305b19902",
      "mtgSessionId": "257764e6-c74e-4c30-944a-a887a03173a3",
      "status": "t_finished",
      "isVttAvailable": true,
      "duration": 277,
      "created_at": "2024-01-15T10:30:00.000Z",
      "updated_at": "2024-01-15T10:35:00.000Z"
    }
  ]
}