get_reader_post
Retrieves the full text of a single post from any publication, returning the body as HTML with author, stats, and audience details. Use it to access complete post content when metadata alone is insufficient.
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. |