Skip to main content
GET
List comments
Returns top-level comments, 50 per page, with cursor paging.
Always request fields explicitly — Meta’s default response omits from and text.

Authentication

Use the hmat_ channel token from GET /meta/channels/{id}/token or hookmyapp channels env <channel>. Do not use an hmok_ API key for this call.

Path parameters

string
required
The media ID to list comments for.

Query parameters

string
required
Comma-separated fields: id, from, text, timestamp, like_count, hidden, parent_id, replies.
For nested replies, add replies to fields or call GET /{commentId}/replies directly.

Example

Successful response