List Comments
Endpoints
List Comments
Retrieve and filter classified comments with pagination.
GET
List Comments
Retrieve classified comments with filtering and pagination. This endpoint is free.Documentation Index
Fetch the complete documentation index at: https://developers.trynawa.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Query parameters
| 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. |