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
}Your Browserbase API Key.
x >= 01 <= x <= 100Was this page helpful?
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
}