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

# Get Playtest Data

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

Retrieve the full playtest metadata and related details for a specific thread.

## Path parameters

- `thread_id` integer, required

## Response `200`

Request fulfilled, document follows

- PlaytestResponse
  - `id` integer, required
  - `thread_id` integer, nullable
  - `code` string, required
  - `verification_id` integer, nullable
  - `initial_difficulty` number, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `completed` boolean, required
  - `thread_creation_status` 'pending' | 'processing' | 'success' | 'failed' | 'null', nullable
  - `thread_creation_failure_reason` string, nullable
  - `thread_creation_last_attempt_at` string, date-time, 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)
