Skip to main content
GET
Typescript (SDK)

Authorizations

Syllable-API-Key
string
header
required

Path Parameters

session_id
string
required

Response

Successful Response

Text transcript of a given session. For more information, see Console docs.

session_id
string
required

Internal ID of the session

transcription
SessionText · object[]
required

Transcriptions of all messages in the session

actions
SessionAction · object[]
required

Tool invocations that occurred during the session

transcript_complete
boolean
default:false

True when every record the session reported writing is present, across both the spoken transcript and the tool activity in actions. False means the record cannot be confirmed complete. Callers should re-request until this is true, or until their own time limit passes. A limit is required rather than advisable, because three of the cases behind a False never turn true: a session still in progress, a session whose channel reports no expected count - only voice does today, so this is every web chat, SMS and email session - and any session that ended before this field was introduced.

Example:

true