Skip to main content
GET
Get Session

Overview

Returns the full session record, including the current list of open pages (URL + title). Use this to re-fetch cdpUrl / liveViewUrl if the client misplaced them.

Path Parameters

string
required
Browser session ID (UUID). Create via POST /browser/sessions.

Example Request

Response

Success Response (200)

Same shape as the POST /browser/sessions response, with an additional pages field.
string
Session ID (UUID).
string
Current session state.
string
Chrome DevTools Protocol WebSocket URL.
string
Shareable live-view URL.
string[]
Enabled capabilities.
string[]
Loaded extension IDs.
object
Managed proxy info — enabled, provider, location, sticky.
integer
Unix epoch ms when the session was created.
integer
Unix epoch ms when the session auto-expires.
object[]
Array of { url, title } for currently-open tabs.
Example Response:

Error Responses