---
title: "Get Thread Followers"
method: GET
path: "/threads/{thread_id}/followers"
tags: ["Threads"]
---

# Get Thread Followers

`GET /threads/{thread_id}/followers`

List of a thread's followers. For privacy reason, only the current user will be included in the list.

Required scopes:
+ **read**

## Path parameters

- `thread_id` integer, required — Id of thread.

## Response `200`

Successful Response.

- object
  - `users` object[], required
    - `user_id` integer, required
    - `username` string, required
    - `follow` object, required
      - `alert` boolean, required
      - `email` boolean, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
