Retrieve and filter classified comments with pagination.
| Parameter | Type | Required | Description |
|---|---|---|---|
channel_id | string | No | Filter by channel ID |
platform | string | No | Filter by platform: youtube, instagram, twitter, facebook |
intent | string | No | Filter by intent: question, complaint, praise, suggestion, spam, other |
sentiment | string | No | Filter by sentiment: positive, negative, neutral, mixed |
dialect | string | No | Filter by dialect: gulf, egyptian, levantine, msa |
toxicity | string | No | Filter by toxicity: none, mild, moderate, severe |
from | string | No | Start date (ISO 8601): 2025-01-01T00:00:00Z |
to | string | No | End date (ISO 8601): 2025-01-31T23:59:59Z |
limit | integer | No | Results per page (1–100). Default: 25. |
cursor | string | No | Pagination cursor from previous response. |