get_comments
Fetch multiple Reddit comments by ID to expand [+N more replies] or permalinks. Accepts up to 500 IDs, returns markdown or raw JSON.
Instructions
Look up comments in bulk by id.
Use for the comment ids returned inside a [+N more replies] marker, or any
comment permalink you already resolved.
Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma separated comment ids, bare or t1_ prefixed. Up to 500. | |
| raw | No | Return the raw Arctic Shift JSON instead of markdown. | |
| fields | No | Comma separated field allowlist to shrink the response. | |
| max_chars | No | Character budget for the rendered output. |