{ "operationId": "List Snippets of a Meeting Transcript", "method": "GET", "path": "/meetingTranscripts/{transcriptId}/snippets", "summary": "List Snippets of a Meeting Transcript", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json;charset=UTF-8", "example": { "items": [ { "id": "195d64646ad14be2924ea50f541fd91d_00001", "text": "Hello everyone", "personName": "John Andersen", "personEmail": "john.andersen@example.com", "offset": 1000, "duration": 1500 } ] } } ] }