v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Invocations

List browsers for an invocation

Returns all active browser sessions created within the specified invocation.

get/invocations/{id}/browsers

Path parameters

idstring required

Invocation ID

Response

List of browsers for this invocation

Example response

{
  "browsers": [
    {
      "cdp_ws_url": "wss://proxy.yul-upbeat-herschel.onkernel.com:8443/browser/cdp?jwt=eyJ0eXAi...",
      "webdriver_ws_url": "wss://proxy.yul-upbeat-herschel.onkernel.com:8443/browser/webdriver/session?jwt=eyJ0eXAi...",
      "browser_live_view_url": "https://proxy.yul-upbeat-herschel.onkernel.com:8443/browser/live?jwt=eyJ0eXAi...",
      "base_url": "https://proxy.yul-upbeat-herschel.onkernel.com:8443/browser/kernel",
      "session_id": "htzv5orfit78e1m2biiifpbv",
      "name": "checkout-flow-1",
      "viewport": {
        "width": 1280,
        "height": 800,
        "refresh_rate": 60
      },
      "start_url": "https://example.com",
      "tags": {
        "team": "backend",
        "env": "staging"
      }
    }
  ]
}