---
title: "Refresh Session Token"
method: GET
path: "/med-assist/session/{session_id}/refresh"
---

# Refresh Session Token

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

Refreshes an expired session token to extend the session lifetime.

Use this endpoint when the session token has expired but you want to continue the conversation.

## Path parameters

- `session_id` string, uuid, required

## Headers

- `x-sess-token` string, required

## Response `200`

Token refreshed successfully

- object
  - `session_id` string, uuid — Unique session identifier
  - `token` string — New JWT token for WebSocket authentication
  - `expires_at` string, date-time — New token expiration timestamp

## Other responses

- `403` — Forbidden. Missing agent or invalid session 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)
