---
title: "Get Playtest Votes"
method: GET
path: "/api/v3/maps/playtests/{thread_id}/votes"
tags: ["Playtest"]
---

# Get Playtest Votes

`GET /api/v3/maps/playtests/{thread_id}/votes`

Retrieve all votes currently associated with a specific playtest thread.

## Path parameters

- `thread_id` integer, required

## Response `200`

Request fulfilled, document follows

- PlaytestVotesResponse
  - `votes` PlaytestVoteWithUser[], required
    - `user_id` integer, required
    - `name` string, required
    - `difficulty` number, required
  - `average` number, nullable

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/versions/6db12055b305/schema)
