---
title: "Get post comments"
method: GET
path: "/v1/reddit/posts/{post_id}/comments"
---

# Get post comments

`GET /v1/reddit/posts/{post_id}/comments`

Get comment tree for a Reddit post.

## Path parameters

- `post_id` string, required

## Query parameters

- `sort` string — Sort: confidence, top, new, controversial, old, qa
- `limit` integer
- `depth` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/versions/4a1ef8777baf/schema)
