reddit_comments
Get comments from a Reddit post by its ID. Options for sort order and comment count limit.
Instructions
Get Reddit post comments. Returns a Reddit post with its public comments. A post that exists but has no comments yet returns a 200 response with an empty comments list; a post that does not exist returns 404, and a temporary block or upstream failure returns 503 (retryable) rather than 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reddit post id or t3_ id | |
| sort | No | Accepted for compatibility: confidence, top, new, controversial, old, or qa. Public comment data is flat and may ignore sort. | |
| depth | No | Accepted for compatibility. Public comment data is flat and may ignore depth. | |
| limit | No | Maximum comments returned, defaults to 25 and clamps to 100 |