cURL
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 }
Documentation IndexFetch the complete documentation index at: https://docs.browserbase.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Browserbase API Key.
x >= 0
1 <= x <= 100
The request has succeeded.
Show child attributes
Was this page helpful?