Comments
List comments
Paginated comments for a post, with optional nested replies and filters
GET
List comments
Request
integer
required
Post id (must belong to a workspace you can access).
integer
default:"20"
Page size (max 100).
integer
default:"1"
Page number.
string
default:"SOCIAL"
Comment source: e.g.
SOCIAL, INTERNAL (includes internal, approval, public-share).string
Filter by platform key (e.g.
twitter).string
true or false.string
true or false.string
default:"true"
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.