Platform API

actor.builds.list


Description

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


Code Examples

curl -X GET 'https://api.rivet.gg/builds'

Schema

Request Parameters

  • project
    nullable string query parameter
  • environment
    nullable string query parameter
  • tags_json
    nullable string query parameter

Response

  • builds
    array of objects

    A list of builds for the project associated with the token.

    • builds[].id
      string
    • builds[].name
      string
    • builds[].created_at
      string

      RFC3339 timestamp

    • builds[].content_length
      integer

      Unsigned 64 bit integer.

    • builds[].tags
      map

      Tags of this build