get_comment_thread
Fetch a single comment or Note with all its reply branches, including authors and thread positions. Use a comment id from a reader or profile 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. |