Get comments on a forum thread
get_thread_commentsList top-level comments from an AniList forum thread using its ID, with replies nested under their parent comment.
Instructions
List top-level comments posted on an AniList forum thread, by the thread's ID. Replies (posted via post_thread_comment's parentCommentId) are nested under their parent's childComments rather than appearing as separate entries in this list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entries with an upstream error, so paging that deep fails rather than returning more results. | |
| perPage | No | Results per page (max 25). | |
| threadId | Yes | AniList thread ID — use search_thread to find one, or pass one already known (e.g. from an AniList forum URL, or from get_thread). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes |