cURL
curl --request GET \ --url https://api.computeflow.cloud/v2/builds/builds/{build_id} \ --header 'api-key: <api-key>'
{ "name": "<string>", "build": { "build_id": "<string>", "name": "<string>", "version": 123, "status": "uploading", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "found": true, "message": "<string>" }
Get a specific build version by its unique build_id.
PlayFlow API Key
The unique identifier (UUID) of the build to retrieve.
Successful Response
The response is of type object.
object