Skip to main content
GET
/
v1
/
functions
/
builds
/
{id}
/
logs
Get Function Build Logs
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
}

Authorizations

X-BB-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Response

200 - application/json

The request has succeeded.

logs
object[]
required
total
number
required