Skip to main content
GET
/
v1
/
functions
/
builds
List Function Builds
curl --request GET \
  --url https://api.browserbase.com/v1/functions/builds \
  --header 'X-BB-API-Key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "request": {
        "entrypoint": "<string>",
        "functionNames": [
          "<string>"
        ]
      },
      "status": "PENDING",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "startedAt": "2023-11-07T05:31:56Z",
      "expiresAt": "2023-11-07T05:31:56Z",
      "endedAt": "2023-11-07T05:31:56Z",
      "builtFunctions": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "createdVersion": {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "functionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "functionBuildId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "sessionCreateParams": {},
            "userParamsSchema": {}
          }
        }
      ],
      "cause": {
        "code": "NO_MANIFESTS_FOUND",
        "message": "<string>"
      }
    }
  ],
  "total": 1
}

Authorizations

X-BB-API-Key
string
header
required

Query Parameters

offset
integer
default:0
Required range: x >= 0
limit
integer
default:20
Required range: 1 <= x <= 100
status
string

Response

200 - application/json

The request has succeeded.

data
object[]
required
total
integer
required
Required range: x >= 0