get_comment_thread
Fetch a comment thread and its replies, showing each author and thread position. Provide a comment ID from your feed to view the full conversation.
Instructions
Read one Note or comment together with the replies beneath it, each with its author and its position in the thread. Take the id from get_reader_feed or get_profile_feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | The numeric id of a Note or comment, from get_reader_feed or get_profile_feed. Without the `c-` prefix Substack uses in its urls. | |
| include_replies | No | Also fetch the reply branches beneath it. Defaults to true. |