get_more_comments
Expand hidden 'load more' comment stubs in a Reddit thread using the post link id and 'more' node ids from get_post_comments. Fetches and returns the unloaded comments (author, body excerpt, score, link) read-only.
Instructions
Expand truncated 'load more comments' stubs in a thread. Read-only; works anonymously. Pass the post's link id and the comment ids from a 'more' node (surfaced by get_post_comments) to fetch those hidden comments; returns the expanded comments (author, body excerpt, score, link). Call get_post_comments first to obtain the thread and its 'more' node ids — do NOT invent ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | The parent post's link id (base36, with or without the t3_ prefix) that the stub belongs to. | |
| comment_ids | Yes | Base36 comment ids to expand, taken from a 'more' node returned by get_post_comments (not arbitrary ids). |