get_posts
Look up multiple posts by their IDs to get titles, authors, and scores. Use with existing post IDs from comment searches.
Instructions
Look up posts in bulk by id.
Use when you already have post ids (for example from search_comments
results) and want their titles, authors and scores.
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 post ids, bare or t3_ 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. |