Skip to main content
List Scribe call sessions. Call sessions are the individual meetings Scribe attended: several can accumulate over time. Use this endpoint together with Call Transcript Entries to export what Scribe transcribed during each session.

The call session object

A call session is a single occurrence of a call that Scribe attended, for example one Zoom or Google Meet meeting. Several call sessions can exist for the same context: one for each time a call was started.

Use the Call Transcript Entries endpoint to page through what Scribe transcribed during a session.

id
string
required

Unique identifier for this call session

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

incident_id
string
required

The incident this call session belongs to

Example:

"01G0J1EXE7AXZ2C93K61WBPYEH"

started_at
string<date-time>
required

When the call session started

Example:

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

ended_at
string<date-time>

When the call session ended. Absent while the call is still in progress.

Example:

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