API
cloud.games.matchmaker.exportLobbyLogs
API
cloud.games.matchmaker.exportLobbyLogs
Generates a download URL for logs.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs/export
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs/export'
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
Body
streamrequired
string
Available options:
std_out
, std_err
Response
urlrequired
string
The URL to a CSV file for the given lobby history.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}/logs/export'