Skip to main content
GET
Get Run Status

Authorizations

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

Path Parameters

run_id
string<uuid>
required

Response

Successful Response

Minimal poll target: just the run's status. Poll this until terminal (cheap indexed lookup, tiny payload — never the task/result text), then fetch the full RunSummary once via GET /runs/{id}. Mirrors v2's GET /tasks/{id}/status.

status
enum<string>
required
Available options:
queued,
dispatching,
running,
completed,
failed,
cancelled