# List comments for moderation

`GET https://api.cademi.com.br/api/v3/support/comments`

Operation ID: `comments.list` · API v3

Lists top-level comments across all products accessible with the current credentials, for use as a moderation queue.

When `status` is omitted, only comments with the `pending` status are returned.

Required permissions: `comments.read`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `limit` | query | integer | no |  |
| `cursor` | query | string | no |  |
| `sort` | query | string, one of `id`, `-id` | no |  |
| `status` | query | string, one of `pending`, `approved`, `hidden` | no |  |

## Responses

### 200

Returns the collection of comments.

### 400

The cursor is invalid or the request contains an unsupported query parameter.

Body: Error.

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

### 422

The request body or query parameters failed validation.

Body: ValidationFailed.

Full schema: https://cademi.dev/openapi/v3.json
