Transcripts
Get a single Transcript
Get a transcript with a given id with the first 100 fragments of the transcript. Use the /fragments endpoint to fetch all fragments of the transcript.
get/v2/transcripts/{transcriptId}
Path parameters
transcriptIdinteger required
The id of the Transcript
Response
OK
Example response
{
"id": 1234,
"note": {
"creator": {
"id": 1,
"firstName": "Jane",
"lastName": "Doe",
"primaryEmailAddress": "jane.smith@northpointvc.com",
"type": "internal"
},
"mentions": [
{
"id": 1,
"type": "person",
"person": {
"id": 1,
"firstName": "Jane",
"lastName": "Smith",
"primaryEmailAddress": "jane.smith@northpointvc.com",
"type": "internal"
}
}
]
},
"languageCode": "en"
}