Get Session
Sessions
Get Session
Get the full details of a single browser session, including open pages.
GET
Get Session
Overview
Returns the full session record, including the current list of open pages (URL + title). Use this to re-fetchcdpUrl / 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 thePOST /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.