Call Transcript Entries
API endpoints for call transcript entries
List the transcript entries Scribe captured during a call session.
Entries are returned oldest first, ordered by when each participant started
speaking. To export a full transcript, page through with ‘page_size’ and ‘after’
until the response no longer includes a ‘pagination_meta.after’ value.
The call transcript entry object
A single entry of a Scribe call transcript: one contiguous run of speech, or one in-call chat message, from one participant.
What was said
Example:
"I think we should roll back the deploy."
Unique identifier for this transcript entry
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Whether this entry was spoken aloud or sent as an in-call chat message
Available options:
spoken, call_chat Example:
"spoken"
Name of the participant who spoke or sent the message, as reported by the call provider
Example:
"Alice Smith"
When the participant started speaking
Example:
"2021-08-17T13:28:57.801578Z"