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
callId
Call ID
Response
Call transcript
callId
Call identifier
messages
Structured transcript, in the order the turns were spoken
startedAt
When the call started
transcript
Full transcript text of the conversation, one line per turn
duration
Call duration in seconds
endedAt
When the call ended
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error