Long-polling endpoint to acquire a browser from the pool. Returns immediately when a browser is available, or returns 204 No Content when the poll times out. The client should retry the request to continue waiting for a browser. The acquired browser will use the pool’s timeout_seconds for its idle timeout.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Browser pool ID or name
Request body for acquiring a browser from the pool.
Maximum number of seconds to wait for a browser to be available. Defaults to the calculated time it would take to fill the pool at the currently configured fill rate.
Browser acquired successfully
When the browser session was created.
Websocket URL for Chrome DevTools Protocol connections to the browser session
"wss://api.onkernel.com/browser/cdp?jwt=eyJ0eXAi..."
Whether the browser session is running in headless mode.
false
Whether the browser session is running in stealth mode.
false
Unique identifier for the browser session
"htzv5orfit78e1m2biiifpbv"
The number of seconds of inactivity before the browser session is terminated.
Remote URL for live viewing the browser session. Only available for non-headless browsers.
"https://api.onkernel.com/browser/remote?jwt=eyJ0eXAi..."
DEPRECATED: Use timeout_seconds (up to 72 hours) and Profiles instead.
Browser profile metadata.
ID of the proxy associated with this browser session, if any.
Initial browser window size in pixels with optional refresh rate. If omitted, image defaults apply (1920x1080@25). Only specific viewport configurations are supported. The server will reject unsupported combinations. Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25, 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will be automatically determined from the width and height if they match a supported configuration exactly. Note: Higher resolutions may affect the responsiveness of live view browser
Whether the browser session is running in kiosk mode.
false
When the browser session was soft-deleted. Only present for deleted sessions.