---
title: "(optional authentication) Gets the replies on a thread."
method: GET
path: "/forum-threads/{threadID}/replies"
tags: ["forum-threads"]
---

# (optional authentication) Gets the replies on a thread.

`GET /forum-threads/{threadID}/replies`

This endpoint will retrieve the replies on a thread.

## Path parameters

- `threadID` integer, required

## Query parameters

- `order` 'best' | 'top' | 'new' | 'old' | 'poor' | 'controversial', required — The set of available forum sort types. - best: sorted by the most well received resource. - top: sorted by the most liked resource. - new: sorted by the newly created resource at the top. - old: sorted by the oldest created resource. - poor: sorted by the least liked resource. - controversial: sorted by the least well received resource.
- `page` integer

## Response `200`

Successful GET Forum-Threads Replies JSON response.

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-05-13** `85ac20c1b7bb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/forum-threads/:threadID/replies/get.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/ea994102e8fc?raw)
