Comments
List comments
Paginated comments for a post, with optional nested replies and filters
GET
List comments
Request
Post id (must belong to a workspace you can access).
Page size (max 100).
Page number.
Comment source: e.g.
SOCIAL, INTERNAL (includes internal, approval, public-share).Filter by platform key (e.g.
twitter).true or false.true or false.true to nest replies (top-level comments only in the root list).Response
data: array of comment objects (same shape as get comment).pagination: current_page, last_page, per_page, total, has_more_pages.
Errors
401 · 403 · 404 (invalid post_id or no access)
See Comments overview.