Read chat thread
read_chat_threadRetrieve any Substack chat thread as a readable transcript, including replies and nested sub-replies. Use thread_id to get the full conversation in order.
Instructions
A chat thread with its replies (and replies to replies) as a readable transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | Thread id from get_chat_threads. | |
| max_replies | No | Most recent replies to include. | |
| include_sub_replies | No | Also load replies to replies. |