Skip to main content
GET
Get Browser Use Session

Authorizations

X-Browser-Use-API-Key
string
header
required

Path Parameters

session_id
string<uuid>
required

Response

Successful Response

One browser-use conversation. Emergent — minted by the first run, never created directly. busy tells you whether a new POST /runs would 409 (browser-use does not queue).

id
string<uuid>
required
busy
boolean
required

True if a run is currently active (a follow-up would 409).

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
title
string | null

LLM-generated label from the opening task; null until ready.

latestRunId
string | null

Most recent run in this thread.