API ReferenceREST API
Close session
Closes an active session. Closed sessions remain readable but accept no further interactions.
Path Parameters
patientId*string
Registry key of the patient.
Match
^[A-Za-z0-9._-]{1,128}$sessionId*string
Unique session ID returned when the session was created.
Length
1 <= lengthResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/patients/patient-123/sessions/session-456"{
"ok": true,
"sessionId": "string"
}{
"code": 1,
"type": "ALREADY_EXISTS",
"message": "string"
}Get session GET
Returns status and metadata for an active or closed session.
Browse VFS GET
Lists the contents of a VFS path. Returns directory children with name, type, and preview, or file content when the path resolves to a file. Defaults to the root when `path` is omitted. The `patientId` here is the registry key; VFS paths internally use the patient ID extracted from the ingested record.