Fetch a session by id
GET /v1/sessions/{id}
GET
/v1/sessions/{id}
Returns the full session record including result (the structured summary) once status is completed.
Authorizations
Parameters
Path Parameters
id
required
string format: uuid
Responses
200
Session record
object
id
string format: uuid
session_id
string format: uuid
token
Opaque public token used in patient-facing URLs
string
type
Server-side aliases:
emergency-summary → emergency,
pre-anc-visit → pre-consult.
string
specialty
string
obstetrics session_url
string format: uri
https://previsit.summary.to/obstetrics/bRJIY1oc8BgtMCucjWfPJk3P expires_at
string format: date-time
created_at
string format: date-time
ui_type
Hint for which UI mode the link is intended for
string
status
string
result
object
session_id
string format: uuid
type
Server-side aliases:
emergency-summary → emergency,
pre-anc-visit → pre-consult.
string
specialty
string
triage_tier
Triage classification produced by SNOW’s safety-net rules
string
patient_id
string format: uuid
patient_name
string
summary
Structured summary; shape varies by type (see recipe pages)
object
metadata
object
template_code
string
template_version
integer
model_version
string
latency_ms
integer
citations
Array<object>
object
404
Session not found
object
error
required
string
Invalid link code
integer
1003