curl --request GET \
--url http://localhost:3333/v1/browserbase/runs/{runId} \
--header 'X-API-Key: <api-key>'{
"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>'{
"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
Run ID
Was this page helpful?