games.builds.listGameBuilds


Description

Lists game builds for the given game.


Code Examples

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

Request Parameters

game_id

required path parameter

Response Body

  • builds
    array of objects

    A list of build summaries.

    • builds.build_id
      string
    • builds.upload_id
      string
    • builds.display_name
      string

      Represent a resource's readable display name.

    • builds.create_ts
      string

      RFC3339 timestamp

    • builds.content_length
      number

      Unsigned 64 bit integer.

    • builds.complete
      boolean

      Whether or not this build has completely been uploaded.

    • builds.tags
      union of empty object and string

      Tags of this build