v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-109044.3 KB

Get Browser Session

Retrieve an existing browser session.

get/v1/browser/session

Query parameters

sessionIdstring required

The ID of the browser session to retrieve.

Example:example-session-id

The ID of the browser session to retrieve.

Response

Successfully retrieved browser session.

sessionIdstring required

The ID of the created browser session.

status'starting' | 'active' | 'completed' | 'error' required

The status of the session.

servedBystring required

The node ID that is serving this session.

createdAtstring required

The ISO 8601 timestamp when the session was created.

stoppedAtstring nullable required

The ISO 8601 timestamp when the session was stopped, or null if it is still active.

cdpUrlstring uri nullable required

The URL to access the Chrome DevTools Protocol for this session, or null if not available.

notestring nullable required

An optional note attached to the session, or null if not set.

bandwidthBytesinteger

The total bandwidth used by the session in bytes.

All 9 operations