Get single transcript
Query Parameters
- mhid string requiredAn MHID is a uniquely identifiable ID that can be used to retrieve details about an item. 
Responses
- 200
- 400
- 404
- application/json
- Schema
- Example (from schema)
Schema array
- mhid stringThe mhid of the call 
- transcript object[]timestamp string- Time of the sentence. Formatted as ISO 8601 without date party stringtext string
[
  {
    "mhid": 1,
    "transcript": [
      {
        "timestamp": "10:00:00",
        "party": "string",
        "text": "Hello.\\nUsed cars limited.\\nHow can I help you?"
      }
    ]
  }
]
Validation error in request, details can be found in the body of the response
Transcript not found