Skip to main content
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.

content
string
required

What was said

Example:

"I think we should roll back the deploy."

id
string
required

Unique identifier for this transcript entry

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

medium
enum<string>
required

Whether this entry was spoken aloud or sent as an in-call chat message

Available options:
spoken,
call_chat
Example:

"spoken"

participant_name
string
required

Name of the participant who spoke or sent the message, as reported by the call provider

Example:

"Alice Smith"

timestamp
string<date-time>
required

When the participant started speaking

Example:

"2021-08-17T13:28:57.801578Z"