games.builds.listGameBuilds


Description

Lists game builds for the given game.


Code Examples

Request

GET
https://api.rivet.gg/cloud/games/{game_id}/builds
curl -X GET 'https://api.rivet.gg/cloud/games/{game_id}/builds'

Request Parameters

game_id

required path parameter

Response Body

builds

required array<object>

A list of build summaries.

builds[*]

object

A build summary.

build_id

required string

complete

required boolean

Whether or not this build has completely been uploaded.

content_length

required integer

Unsigned 64 bit integer.

create_ts

required string

RFC3339 timestamp

display_name

required string

Represent a resource's readable display name.

tags

required map<string, string>

Tags of this build

tags.<tag>

string

upload_id

required string