# gg.infinitetavern.tavern.getReplay

> Published by [infinitetavern.gg](https://lexicon.garden/identity/did:plc:vxwgn77hp5ikvbiggm5es3rv)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:vxwgn77hp5ikvbiggm5es3rv/gg.infinitetavern.tavern.getReplay)
- [Documentation](https://lexicon.garden/lexicon/did:plc:vxwgn77hp5ikvbiggm5es3rv/gg.infinitetavern.tavern.getReplay/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:vxwgn77hp5ikvbiggm5es3rv/gg.infinitetavern.tavern.getReplay/examples)

## Definitions

### `gg.infinitetavern.tavern.getReplay`

**Type**: `query`

Retrieve the round-by-round replay for a specific tavern battle.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `lobbyId` | `string` | Yes | Lobby UUID to retrieve the replay for. |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "gg.infinitetavern.tavern.getReplay",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
