---
title: "Find comments"
method: GET
path: "/offerings/{offeringId}/analytics/channels/{channelId}/comments"
tags: ["Channels"]
---

# Find comments

`GET /offerings/{offeringId}/analytics/channels/{channelId}/comments`

Responds with a list of comments made in any posts in a specified channel, within an offering.

## Path parameters

- `offeringId` string, required
- `channelId` string, required

## Response `200`

Successful response

- Comment[]
  - `id` string
  - `postId` string
  - `isFacilitatorPost` boolean
  - `email` string
  - `content` string
  - `parentCommentId` string
  - `createdAt` string, date-time
  - `moderation` Moderation
    - `moderator` Moderator
      - `id` string
      - `firstName` string
      - `lastName` string
      - `avatarUrl` string
    - `isMuted` boolean
    - `reason` string

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/versions/5ac6843de20a/schema)
