Skip to main content
GET
Get lightweight browser status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Browser status snapshot

browserId
string
required

Browser ID (browser_*).

activeTab
object | null
required

Active tab summary. Null when the browser has no open tabs.

tabs
object[]
required

All open tabs, mirrored from browser-server.

Total cookies Chrome is tracking for the browser.

Deduped eTLD+1 domains owning cookies (capped at 32). Values are never returned.

lastActionAt
string
required

ISO-8601 timestamp of the most recent recorded runtime action.