Clinia
API ReferenceREST API

Get session

GET
/v1/patients/{patientId}/sessions/{sessionId}

Returns status and metadata for an active or closed session.

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.

Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/patients/patient-123/sessions/session-456"
{
  "sessionId": "string",
  "patientId": "string",
  "status": "string"
}
{
  "code": 1,
  "type": "ALREADY_EXISTS",
  "message": "string"
}