games.matchmaker.exportMatchmakerLobbyHistory


Description

Exports lobby history over a given query time span.


Code Examples

Request

POST
https://api.rivet.gg/cloud/games/{game_id}/matchmaker/lobbies/export-history
# Write the request body to body.json before running
curl -X POST -d '@body.json' 'https://api.rivet.gg/cloud/games/{game_id}/matchmaker/lobbies/export-history'

Request Parameters

game_id

Path parameter, required


Request Body

query_end

integer (required)

Unsigned 64 bit integer.

query_start

integer (required)

Unsigned 64 bit integer.


Response Body

url

string (required)

The URL to a CSV file for the given lobby history.