List comments
list_commentsFetch game comments, newest first, with replies under their parent, to review player feedback and guide your next fixes.
Instructions
What people are saying, newest root comment first with each reply flat beneath the comment it answers (parentId says which). On a game you own this is the maker's inbox and includeHidden will also show what a moderator has hidden; on anyone else's game it is the public thread, which is exactly what you need to pick a parentId for post_comment. Read these before you decide what to fix next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). | |
| page | No | 1-based page number. | |
| perPage | No | Results per page, 1-50. | |
| includeHidden | No | Your own games only: also show comments a moderator has hidden. |