Retrieve the round-by-round replay for a specific tavern battle.
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"lobbyId"
],
"properties": {
"lobbyId": {
"type": "string",
"description": "Lobby UUID to retrieve the replay for."
}
}
},
"description": "Retrieve the round-by-round replay for a specific tavern battle."
}