Skip to content
GET/posts/{postId}/comments

List comments on a post

Returns all comments on a post as a threaded tree with nested replies

Parameters

NameInTypeDescription
postIdrequiredpathstringPost ID

Response

Threaded list of comments

FieldTypeDescription
datarequiredany[]
metaobject

Errors

401Unauthorized
404Post not found

Example request

curl \
  "https://feedback.quackback.io/api/v1/posts/:postId/comments" \
  -H "Authorization: Bearer qb_your_api_key_here"