API
cloud.games.matchmaker.getLobbyLogs
API
cloud.games.matchmaker.getLobbyLogs
Returns the logs for a given lobby.
GET https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
lobby_idrequired
string
Query Parameters
streamrequired
string
watch_index
string
A query parameter denoting the requests watch index.
Response
linesrequired
string[]
Sorted old to new.
timestampsrequired
string[]
Sorted old to new.
watchrequired
object
Provided by watchable endpoints used in blocking loops.
curl -X GET 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs'