Get engagement transcript timeline

View as Markdown

Returns transcript timeline entries for a workspace engagement. This operation requires the transcript_timelines:read scope. Reading the transcript timeline for a private engagement also requires engagements:read and engagements:private:read.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

engagement_idstringRequired

Response headers

X-Api-Versionstring

Response

Transcript timeline response.
objectenum
engagement_idstringformat: "^ngmt_[A-Za-z0-9]+$"
speakerslist of objects
Speaker details indexed by their position in the entries.
entrieslist of objects
overall_sentimentdouble or null
Average sentiment score across all speakers. Null when no sentiment data is available.

Errors

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