builds.get


Description

Lists all builds of the game associated with the token used. Can be filtered by tags in the query string.


Code Examples

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

Request Parameters

game_id

required path parameter

environment_id

required path parameter

build_id

required path parameter

tags_json

optional query parameter

Response Body

  • build
    object
    • build.id
      string
    • build.name
      string
    • build.created_at
      string

      RFC3339 timestamp

    • build.content_length
      number

      Unsigned 64 bit integer.

    • build.tags
      union of empty object and string

      Tags of this build