---
title: "List Replies to Profile's Comments"
method: GET
path: "/profiles/{profile-id}/comment-replies/"
---

# List Replies to Profile's Comments

`GET /profiles/{profile-id}/comment-replies/`

This API endpoint retrieves all replies made by other users to comments created by a specific profile. For example, if a profile named "ray" has created 10 comments, this API will list all the replies made to those 10 comments by other users.

## Query parameters

- `since` string
- `until` string
- `comment_board_id` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `count` integer
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `url` string
    - `comment_board_id` string
    - `parent_comment_id` string
    - `thread_comment_id` string
    - `text` string
    - `filtered_text` unknown
    - `content_filter` unknown[]
      - unknown
    - `comment_depth` integer
    - `custom_data` unknown
    - `author_id` string
    - `author` object
      - `id` string
      - `url` string
      - `created_at` string
      - `nickname` string
      - `custom_id` unknown
      - `custom_data` unknown
      - `points` integer
      - `badges` unknown[]
        - unknown
      - `badges_url` string
      - `badge_progress_url` string
      - `subscribe_channel` string
      - `reported_count` integer
      - `chat_room_memberships_url` string
      - `reward_item_credit_url` string
      - `reward_item_debit_url` string
      - `reward_item_balances_url` string
      - `reward_item_transfer_url` string
      - `block_profile_url` string
      - `blocked_profiles_template_url` string
      - `blocked_profile_ids_url` string
      - `leaderboards_url` string
      - `leaderboard_views_url` string
      - `earned_badges_url` string
      - `redemption_keys_url` string
    - `author_image_url` unknown
    - `is_deleted` boolean
    - `deleted_by` unknown
    - `created_at` string
    - `deleted_at` unknown
    - `replies_url` string
    - `replies_count` integer
    - `is_reported` boolean
    - `comment_reports_count` integer
    - `dismiss_reported_comment_url` string
    - `reactions` unknown[]
      - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
