---
title: "Get Session"
method: GET
path: "/med-assist/session/{session_id}"
---

# Get Session

`GET /med-assist/session/{session_id}`

Retrieves the current status and details of an existing MedAssist session.

Use this endpoint to check session status, expiration, and metadata.

## Path parameters

- `session_id` string, uuid, required

## Response `200`

Session retrieved successfully

- object
  - `session_id` string, uuid — Unique session identifier
  - `expires_at` string, date-time — Session expiration timestamp

## Other responses

- `403` — Forbidden. Missing agent or malformed token.
- `404` — Session not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/versions/9ea23456f722/schema)
