---
title: "Get all benchmark ids by a specific player for a specific challenge in a specific round"
method: GET
path: "/get-reportable-benchmark-ids"
tags: ["GET"]
---

# Get all benchmark ids by a specific player for a specific challenge in a specific round

`GET /get-reportable-benchmark-ids`

## Query parameters

- `round` integer, required
- `player_id` string, required
- `challenge_id` string, required

## Response `200`

Success

- GetReportableBenchmarkIdsResponse
  - `benchmark_ids` MD5[]

---

[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/revisions/2af9c398c1d4/schema)
