Comments
Get replies to a comment
Retrieves a list of comments, also known as child comments or replies, associated to a parent comment identified by comment_id. The response includes nested metadata and pagination details.
GET
Get all children of a comment
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Comment ID is a numerical string that identifies a Comment.
Previous
Reply to a commentCreates a new child comment under the parent comment specified by comment_id.
The request body must include the content field and can optionally include additional metadata such as schema.
The child comment can also be referred to as a reply or a thread.
Next
Get all children of a comment