cURL
curl --request GET \ --url https://api.browserbase.com/v1/functions/builds/{id}/logs \ --header 'X-BB-API-Key: <api-key>'
{ "logs": [ { "message": "<string>", "timestamp": 123 } ], "total": 123 }
Your Browserbase API Key.
The request has succeeded.
Show child attributes
Was this page helpful?