---
title: "Get Active Session"
method: GET
path: "/conversations/active-session"
tags: ["conversations"]
---

# Get Active Session

`GET /conversations/active-session`

Check if the user has a live E2B sandbox and return the session info to reconnect.

## Response `200`

Successful Response

- ActiveSessionResponse — Response from active-session — tells browser if there's a live session to reconnect to
  - `active` boolean, required
  - `conversation_id` string, nullable
  - `document_id` string, nullable

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
