Skip to main content
GET
Get Browser Use Run Steps

Authorizations

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

Path Parameters

run_id
string
required

Query Parameters

after
integer | null

Return only steps with number > this. Pass the last step number you saw.

Response

Successful Response

Incremental step page — same poll shape as /events. Steps have monotonic numbers; next_after is the highest in this page. Pass it back as ?after= on the next poll to fetch only newer steps; has_more says whether more already exist.

steps
RunStep · object[]
required
nextAfter
integer | null

Highest step number in this page, or null.

hasMore
boolean
default:false