Get Browsercode Run
Get a browsercode run’s full detail (status, result, error, cost, tokens, session/workspace/browser ids). MOCKED.
Authorizations
Path Parameters
Response
Successful Response
A browsercode run, as returned by POST /runs and GET /runs/{id}.
On completion: result is the short answer string. Real/structured output is
a FILE — GET /runs/{id}/files?kind=output (browsercode has no structuredOutput
param; you put the shape in the task and fetch the file).
Run id, e.g. "run_...".
queued, running, completed, failed, stopped The conversation this run belongs to.
The run's workspace; its files live here.
Always 'browsercode'.
browser-use, browsercode The browser this run used. Null until provisioned; persists after completion.
Short answer summary. Null until the run completes.
Failure reason, if the run failed.
USD billed to the project.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$