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>"
}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>"
}API key for authentication
Organization ID (required for session auth)
Run ID
Was this page helpful?