Skip to main content

GetLobbyLogs

Returns the logs for a given lobby.

Path Parameters
  • game_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

  • lobby_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Query Parameters
  • stream string required

    Possible values: [std_out, std_err]

  • watch_index string

    A query parameter denoting the requests watch index.

Responses

GetLobbyLogs 200 response

Schema
  • lines string[] required

    Sorted old to new.

  • timestamps date-time[] required

    Sorted old to new.

  • watch object required

    Provided by watchable endpoints used in blocking loops.

    • index string required

      Index indicating the version of the data responded.

      Pas this to rivet.common#WatchQuery to block and wait for the next response.