---
title: "(optional authentication) Forum section get threads."
method: GET
path: "/forum-sections/{sectionID}/threads"
tags: ["forum-sections"]
---

# (optional authentication) Forum section get threads.

`GET /forum-sections/{sectionID}/threads`

This endpoint will retrieve the threads in a forum section.

## Path parameters

- `sectionID` 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` string
- `limit` string

## Response `200`

Successful GET Forum-Sections Threads 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-sections/:sectionID/threads/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)
