GET
Get the session snapshot

Authorizations

Authorization
string
header
required

Sign in from your terminal with the OAuth device flow (see the Authentication page for a copy-paste block), or grab your current session token from https://console.silmo.ai/api/auth/token while signed in to the console. Access tokens are short-lived (a few minutes) — refresh with your refresh_token. Everything a session produces is stored and served strictly within your organization's namespace.

Path Parameters

id
string<uuid>
required

The session id.

Response

The snapshot.

The full session state. result is tool-shaped: checklist results carry domains + outcome; DST results carry domains, indication and the MDT recommendation; fast track carries the criterion and reasons — every extracted field includes its verbatim evidence quote.

id
string<uuid>
tool
enum<string>

checklist = screening · dst = full assessment · fast-track = urgent pathway

Available options:
checklist,
dst,
fast-track
personaId
string
phase
enum<string>

Pipeline progress. error and cancelled are terminal; a failed session can be resumed from its saved audio.

Available options:
pre-population,
connecting,
conversation,
transcription,
form-filling,
complete,
error,
cancelled
createdAt
integer
source
enum<string>
Available options:
live,
upload,
mic,
interview
transcriptionEngine
string
turns
object[]
endReason
string
transcript
object
result
object
quality
object[]
timings
object[]
portrait
object | null

Briefing generated from the referral evidence pack, when pre-population is enabled.

hasAudio
boolean
template
boolean
documentHtml
string

HTML render of the filled document.

error
string | null