Skip to main content
GET
Get Browsercode Run Events

Authorizations

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

Path Parameters

run_id
string
required

Query Parameters

after
integer | null

Return only events with id > this. Pass the last id you saw.

Response

Successful Response

Incremental event page. next_after is the highest id here — pass it back as ?after= to get the delta; has_more says whether more already exist.

events
RunEvent · object[]
required
nextAfter
integer | null

Highest event id in this page, or null.

hasMore
boolean
default:false