Skip to main content
GET
Get Session

Description

Returns the current state and metadata of a browser.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

string
required
The browser ID returned from Create Session.

Response

string
Internal browser UUID.
string
The browser ID used in command endpoints.
array
List of open contexts on this browser.
string
Current state of the browser, such as idle or busy.
integer
Internal gRPC port.
string
Internal IP address.
string
Public IP address of the browser node.

Example