zhihu_list_replies
Fetch paginated replies to a comment using its ID. Start without a cursor, then use the returned next_cursor to load subsequent pages.
Instructions
分页读取某条一级评论的楼中楼回复。comment_id 来自 zhihu_list_comments 返回的评论 id。首页不传 cursor;用返回的 next_cursor 取下一页。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 每页条数,默认 20(接口上限 20) | |
| cursor | No | 上一页返回的 next_cursor,首页省略 | |
| comment_id | Yes | 一级评论 id |