Skip to main content
GET
/
v1
/
browserbase
/
runs
/
{runId}
Get a specific run by ID
curl --request GET \
  --url http://localhost:3333/v1/browserbase/runs/{runId} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "id": "<string>",
  "automationId": "<string>",
  "status": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "startedAt": "2023-11-07T05:31:56Z",
  "completedAt": "2023-11-07T05:31:56Z",
  "durationMs": 123,
  "screenshotUrl": "<string>",
  "error": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string
required

Organization ID (required for session auth)

Path Parameters

runId
string
required

Run ID

Response

200 - application/json

Run details

id
string
required
automationId
string
required
status
string
required
createdAt
string<date-time>
required
startedAt
string<date-time>
completedAt
string<date-time>
durationMs
number
screenshotUrl
string
error
string