v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBGet Session
Retrieves the current status and details of an existing MedAssist session.
Use this endpoint to check session status, expiration, and metadata.
get/med-assist/session/{session_id}
Path parameters
session_idstring uuid required
The unique session identifier
Response
Session retrieved successfully
Example response
{
"session_id": "a349a41e-5d49-488a-b300-66ccbfdf16b3",
"expires_at": "2024-01-01T12:00:00Z"
}