get_reader_post
Fetch a full post from any Substack publication, returning its body as HTML along with author, stats, and audience information. Use the numeric post ID to read posts outside your own publications.
Instructions
Read one post in full, from any publication — not just your own. Returns the body as HTML along with its author, stats and audience. This is the only way to read the text of someone else's post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | The numeric id of the post, from list_reader_posts or get_reader_feed. Works for posts from any publication, not only your own. | |
| include_body | No | Include the post body as HTML. Defaults to true — reading the post is usually the point — but a full body runs to tens of KB, so set it to false when only the metadata is wanted. |