games.matchmaker.getLobbyLogs
Description
Returns the logs for a given lobby.
Code Examples
Request
GET
https://api.rivet.gg/cloud/games/{game_id}/matchmaker/lobbies/{lobby_id}/logscurl -X GET 'https://api.rivet.gg/cloud/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs'
Request Parameters
game_id
required path parameterlobby_id
required path parameterstream
required query parameterwatch_index
optional query parameterA query parameter denoting the requests watch index.
Response Body
lines
required array<string>Sorted old to new.
lines[*]
stringtimestamps
required array<string>Sorted old to new.
timestamps[*]
stringwatch
required objectProvided by watchable endpoints used in blocking loops.
index
required stringIndex indicating the version of the data responded.
Pass this to WatchQuery to block and wait for the next response.