Get call transcript

GET /api/v1/calls/:callId/transcript

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

callIdstringRequiredformat: "uuid"
Call ID

Response

Call transcript
callIdstringformat: "uuid"
Call identifier
messageslist of objects
Structured transcript, in the order the turns were spoken
startedAtdatetime
When the call started
transcriptstring
Full transcript text of the conversation, one line per turn
durationinteger or nullOptional
Call duration in seconds
endedAtdatetime or nullOptional
When the call ended

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error