API
cloud.games.builds.listGameBuilds
API
cloud.games.builds.listGameBuilds
Lists game builds for the given game.
GET https://cloud.api.rivet.gg/v1/games/{game_id}/builds
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/builds'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
Response
buildsrequired
array
A list of build summaries.
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/builds'