---
title: "Get reports made by players in a specific round"
method: GET
path: "/get-reports"
tags: ["GET"]
---

# Get reports made by players in a specific round

`GET /get-reports`

## Query parameters

- `round` integer, required

## Response `200`

Success

- GetReportsResponse
  - `reports` Report[]
    - `id` string
    - `details` ReportDetails
      - `player_id` string
      - `benchmarker` string
      - `benchmark_id` string
      - `nonce` integer
      - `round` integer
      - `fee_paid` string
    - `state` ReportState
      - `block_confirmed` integer
  - `arbitrations` Arbitration[]
    - `report_id` string
    - `details` ArbitrationDetails
      - `result` 'nonreprodicible' | 'reproducible' | 'inconclusive'
    - `state` ArbitrationState
      - `block_confirmed` integer

---

[API](https://skmtc.net/tig-foundation/apis/the-innovation-game-api.md) · [All operations](https://skmtc.net/tig-foundation/apis/the-innovation-game-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tig-foundation/the-innovation-game-api/versions/2af9c398c1d4/schema)
