API
cloud.games.matchmaker.exportMatchmakerLobbyHistory
API
cloud.games.matchmaker.exportMatchmakerLobbyHistory
Exports lobby history over a given query time span.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/export-history
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/export-history'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
Body
query_start
integer
Unsigned 64 bit integer.
query_end
integer
Unsigned 64 bit integer.
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/export-history'