cURL
curl --request GET \ --url https://api.computeflow.cloud/v2/builds/builds \ --header 'api-key: <api-key>'
{ "builds": [ { "build_id": "<string>", "name": "<string>", "version": 123, "status": "uploading", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total_builds": 123 }
List all active builds for this project. Can be filtered by build name.
PlayFlow API Key
Filter builds by a specific name.
Successful Response
The response is of type object.
object