## Get Game Round Details Page URL

Provides GP with details about the required game round.

**API Call Sample:**

**Response Schema:**

```json
{
  "$ref": "#/components/schemas/GameHistoryLinkDto",
  "components": {
    "schemas": {
      "GameHistoryLinkDto": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "The URL of the game round details page.",
            "example": "https://game.history?token=AABBCC&language=en"
          }
        }
      }
    }
  }
}
```