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
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.
Session ID (UUID).
Current session state.
Chrome DevTools Protocol WebSocket URL.
Shareable live-view URL.
Enabled capabilities.
Loaded extension IDs.
Managed proxy info —
enabled, provider, location, sticky.Unix epoch ms when the session was created.
Unix epoch ms when the session auto-expires.
Array of
{ url, title } for currently-open tabs.Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |