Read a published post
get_postRetrieve a full published Substack post by its slug. Read any public publication's content, including competitor posts, with markdown or HTML body.
Instructions
Read a published post in full by its slug. Works on any public Substack, not just your own, so it doubles as a way to read a competitor's post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The post slug, which is the last part of its URL after /p/. | |
| body_format | No | How to return the body. | markdown |
| publication | No | Which connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication. | |
| publication_url | No | Which publication to read from, for example 'example.substack.com'. Defaults to your own. |