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

Path parameter, required


Response Body

builds

array<object> (required)

A list of build summaries.

builds[*].build_id

string (required)

builds[*].complete

boolean (required)

Whether or not this build has completely been uploaded.

builds[*].content_length

integer (required)

Unsigned 64 bit integer.

builds[*].create_ts

string (required)

RFC3339 timestamp.

builds[*].display_name

string (required)

Represent a resource's readable display name.

builds[*].upload_id

string (required)