---
title: "Get live session details"
method: GET
path: "/v1/sessions/{id}/live-details"
tags: ["Sessions"]
---

# Get live session details

`GET /v1/sessions/{id}/live-details`

Returns the live state of the session, including pages, tabs, and browser state

## Path parameters

- `id` string, uuid, required

## Response `200`

Default Response

- SessionLiveDetailsResponse
  - `pages` object[], required
    - `favicon` string, nullable, required
    - `id` string, required
    - `sessionViewerFullscreenUrl` string, required
    - `sessionViewerUrl` string, required
    - `title` string, required
    - `url` string, required
  - `sessionViewerFullscreenUrl` string, required
  - `sessionViewerUrl` string, required
  - `wsUrl` string, required

## Other responses

- `404` — An error response from the API
- `500` — An error response from the API
- `502` — An error response from the API

---

[API](https://skmtc.net/steel-dev/apis/steel-api.md) · [All operations](https://skmtc.net/steel-dev/apis/steel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steel-dev/steel-api/revisions/2248d956188a/schema)
