List post comments
List all comments on a post, ordered by creation time (oldest first)
GET
/posts/{postId}/commentsAuthorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
postIdstring<uuid>requiredPost ID (UUID)
Responses
200
List of comments
commentsComment[]Show propertiesHide properties
Array of
Commentidstring<uuid>Unique identifier for the comment
messagestringThe comment text. Mentions use the format @[Display Name](userId)
postIdstring<uuid>The post this comment belongs to
createdAtstring<date-time>When the comment was created
updatedAtstring<date-time>When the comment was last updated
userCommentUserUser who created a comment
Show propertiesHide properties
idstring<uuid>firstNamestring | nulllastNamestring | nullemailstring<email>401
Unauthorized - Missing or invalid API key
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring