Skip to main content
GET
List Sessions

Description

Returns all currently active browsers on the host or cluster.

Authentication

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

Response

Returns a flat array of browser objects.
[].browser_id
string
Internal browser UUID.
[].execution_id
string
The browser ID used in command endpoints.
[].contexts
array
List of open contexts on this browser.
[].state
string
Current state of the browser, such as idle or busy.
[].grpc_port
integer
Internal gRPC port.
[].private_ip
string
Internal IP address.
[].public_ip
string
Public IP address of the browser node.

Example